Html Css Color HEX #FF5F06 Safety Orange

📋 copy color: '#FF5F06'

red 255 ◦ green 95 ◦ blue 6

#FF5F06
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Safety Orange #FF5F06

Tints of Safety Orange #FF5F06

RGB

 RED value IS 255 (100% from 255) = 71.63%

 GREEN value IS 95 (37.5% from 255) = 26.69%

 BLUE value IS 6 (2.73% from 255) = 1.69%

R = 71.63%
G = 26.69%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.98

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FF5F06 (or 0xFF5F06) is known color: Safety Orange. HEX triplet: FF, 5F and 06. RGB value is (255,95,6). Sum of RGB (Red+Green+Blue) = 255+95+6=356 (47% of max value = 765). Red value is 255 (100% from 255 or 71.63% from 356); Green value is 95 (37.5% from 255 or 26.69% from 356); Blue value is 6 (2.73% from 255 or 1.69% from 356); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5F06 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5F06 is #00A0F9. Grayscale: #858585. Windows color (decimal): -41210 or 417791. OLE color: 417791.

HSL color Cylindrical-coordinate representation of color #FF5F06: hue angle of 21.45º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF5F06 is Cyan = 0, Magento = 0.63, Yellow = 0.98 and Black (K on CMYK) = 0.

Color convert

RGB 255 95 6 -
CMYK 0 0.63 0.98 0
HSL 21.45º 1% 0.51% -
HSV(B) 21.45º 0.98% 1% -
XYZ 45.37 29.46 3.47 -
YUV 132.69 56.51 215.24 -
System Red Green Blue C M Y K H S L
Decimal 255 95 6 0 0.63 0.98 0 21.45 1 0.51
Hex FF 5F 6 0 3F 62 0 15 64 33
Octal 377 137 6 0 77 142 0 25 144 63
Binary 11111111 1011111 110 0 111111 1100010 0 10101 1100100 110011

Color Harmonies of #FF5F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5F06

Black with #FF5F06

Text Example


Text Example

White with #FF5F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5F06; }

 p { color: rgb(255,95,6); }

 H1.HeaderClassName
 {
   color: #FF5F06;
 }
 .AnyTagClassName
 {
   color: #FF5F06;
 }
</style>

background-color css

<style>
 a { background-color: #FF5F06; }

 a { background-color: rgb(255,95,6); }

 div.DivClassName
 {
   background-color: #FF5F06;
 }
 .BgClassName
 {
   background-color: #FF5F06;
 }
</style>

border-color css

<style>
 span { border-color: #FF5F06; }

 span { border-color: rgb(255,95,6); }

 td.TdClassName
 {
   border-color: #FF5F06;
 }
 .TagClassName
 {
   border-color: #FF5F06;
 }
</style>