Color Hex Logo

#ff4310 Color Hex

#FF4310
(255,67,16)
0 Favorites   0 Comments

Color spaces of #ff4310

RGB 2556716
HSL0.041.000.53
HSV13°94°100°
CMYK 0.000.740.94   0.00
XYZ43.340725.31173.0916
Yxy25.31170.60410.3528
Hunter Lab50.310765.726931.5741
CIE-Lab57.377968.564065.4984

#ff4310 color RGB value is (255,67,16).

#ff4310 hex color red value is 255, green value is 67 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #ff4310 hue: 0.04 , saturation: 1.00 and the lightness value of ff4310 is 0.53.

The process color (four color CMYK) of #ff4310 color hex is 0.00, 0.74, 0.94, 0.00. Web safe color of #ff4310 is #ff3300. Color #ff4310 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01000011 00010000
Octal 377 103 20
Decimal 255 67 16
Hex FF 43 10

RGB Percentages of Color #ff4310

%75.44
%19.82
%4.73

CMYK Percentages of Color #ff4310

%0
%74
%94
%0

Triadic Colors of #ff4310

#ff4310 #10ff43 #4310ff

Analogous Colors of #ff4310

#ff4310 #ffbb10 #ff1055

Monochromatic Colors of #ff4310

#ff4310

Complementary Color

#ff4310 #10ccff

#ff4310 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff4310 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff4310 Color CSS Codes

.mybgcolor {background-color:#ff4310; } 
.myforecolor {color:#ff4310; }
.mybordercolor {border:3px solid #ff4310; }

#ff4310 Text Font Color

<p style="color:#ff4310">Text here</p>

This sample text font color is #ff4310
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ff4310 Background Color

<div style="background-color:#ff4310">
Div content here</div>

This div background color is #ff4310


#ff4310 Border Color

<div style="border:3px solid #ff4310">
Div here</div>

This div border color is #ff4310


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,67,16, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ff4310; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ff4310;
  -webkit-box-shadow: 1px 1px 3px 2px #ff4310;
  box-shadow:         1px 1px 3px 2px #ff4310; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,67,16, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ff4310">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ff4310;
  -webkit-box-shadow: 1px 1px 3px 2px #ff4310;
  box-shadow:         1px 1px 3px 2px #ff4310;">
Div content here</div>

This div box has shadow with color #ff4310

Related Colors


Comments

No comments written yet.

Please login to write comment.