Html Css Color HEX #FF5F08 Safety Orange

📋 copy color: '#FF5F08'

red 255 ◦ green 95 ◦ blue 8

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

Shades of Safety Orange #FF5F08

Tints of Safety Orange #FF5F08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.23%

R = 71.23%
G = 26.54%
B = 2.23%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.97

 K value IS 0

RGB Variations

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

Color information

#FF5F08 (or 0xFF5F08) is known color: Safety Orange. HEX triplet: FF, 5F and 08. RGB value is (255,95,8). Sum of RGB (Red+Green+Blue) = 255+95+8=358 (47% of max value = 765). Red value is 255 (100% from 255 or 71.23% from 358); Green value is 95 (37.5% from 255 or 26.54% from 358); Blue value is 8 (3.52% from 255 or 2.23% from 358); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5F08 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5F08 is #00A0F7. Grayscale: #858585. Windows color (decimal): -41208 or 548863. OLE color: 548863.

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

Color convert

RGB 255 95 8 -
CMYK 0 0.63 0.97 0
HSL 21.13º 1% 0.52% -
HSV(B) 21.13º 0.97% 1% -
XYZ 45.38 29.46 3.52 -
YUV 132.92 57.51 215.07 -
System Red Green Blue C M Y K H S L
Decimal 255 95 8 0 0.63 0.97 0 21.13 1 0.52
Hex FF 5F 8 0 3F 61 0 15 64 34
Octal 377 137 10 0 77 141 0 25 144 64
Binary 11111111 1011111 1000 0 111111 1100001 0 10101 1100100 110100

Color Harmonies of #FF5F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5F08

Black with #FF5F08

Text Example


Text Example

White with #FF5F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5F08; }

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

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

background-color css

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

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

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

border-color css

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

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

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