Html Css Color HEX #FE5F08 Safety Orange

📋 copy color: '#FE5F08'

red 254 ◦ green 95 ◦ blue 8

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

Shades of Safety Orange #FE5F08

Tints of Safety Orange #FE5F08

RGB

 RED value IS 254 (99.61% from 255) = 71.15%

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

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

R = 71.15%
G = 26.61%
B = 2.24%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.97

 K value IS 0.00

RGB Variations

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

Color information

#FE5F08 (or 0xFE5F08) is known color: Safety Orange. HEX triplet: FE, 5F and 08. RGB value is (254,95,8). Sum of RGB (Red+Green+Blue) = 254+95+8=357 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.15% from 357); Green value is 95 (37.5% from 255 or 26.61% from 357); Blue value is 8 (3.52% from 255 or 2.24% from 357); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5F08 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5F08 is #01A0F7. Grayscale: #858585. Windows color (decimal): -106744 or 548862. OLE color: 548862.

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

Color convert

RGB 254 95 8 -
CMYK 0 0.63 0.97 0.00
HSL 21.22º 0.99% 0.51% -
HSV(B) 21.22º 0.97% 1% -
XYZ 45.01 29.27 3.51 -
YUV 132.62 57.68 214.57 -
System Red Green Blue C M Y K H S L
Decimal 254 95 8 0 0.63 0.97 0.00 21.22 0.99 0.51
Hex FE 5F 8 0 3F 61 0 15 63 33
Octal 376 137 10 0 77 141 0 25 143 63
Binary 11111110 1011111 1000 0 111111 1100001 0 10101 1100011 110011

Color Harmonies of #FE5F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5F08

Black with #FE5F08

Text Example


Text Example

White with #FE5F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5F08; }

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

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

background-color css

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

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

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

border-color css

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

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

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