Html Css Color HEX #FE5F09 Safety Orange

📋 copy color: '#FE5F09'

red 254 ◦ green 95 ◦ blue 9

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

Shades of Safety Orange #FE5F09

Tints of Safety Orange #FE5F09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.51%

R = 70.95%
G = 26.54%
B = 2.51%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FE5F09 (or 0xFE5F09) is known color: Safety Orange. HEX triplet: FE, 5F and 09. RGB value is (254,95,9). Sum of RGB (Red+Green+Blue) = 254+95+9=358 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.95% from 358); Green value is 95 (37.5% from 255 or 26.54% from 358); Blue value is 9 (3.91% from 255 or 2.51% from 358); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5F09 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5F09 is #01A0F6. Grayscale: #858585. Windows color (decimal): -106743 or 614398. OLE color: 614398.

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

Color convert

RGB 254 95 9 -
CMYK 0 0.63 0.96 0.00
HSL 21.06º 0.99% 0.52% -
HSV(B) 21.06º 0.96% 1% -
XYZ 45.01 29.27 3.54 -
YUV 132.74 58.18 214.49 -
System Red Green Blue C M Y K H S L
Decimal 254 95 9 0 0.63 0.96 0.00 21.06 0.99 0.52
Hex FE 5F 9 0 3F 60 0 15 63 34
Octal 376 137 11 0 77 140 0 25 143 64
Binary 11111110 1011111 1001 0 111111 1100000 0 10101 1100011 110100

Color Harmonies of #FE5F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5F09

Black with #FE5F09

Text Example


Text Example

White with #FE5F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5F09; }

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

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

background-color css

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

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

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

border-color css

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

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

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