Html Css Color HEX #FE6009 Safety Orange

📋 copy color: '#FE6009'

red 254 ◦ green 96 ◦ blue 9

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

Shades of Safety Orange #FE6009

Tints of Safety Orange #FE6009

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.74%

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

R = 70.75%
G = 26.74%
B = 2.51%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FE6009 (or 0xFE6009) is known color: Safety Orange. HEX triplet: FE, 60 and 09. RGB value is (254,96,9). Sum of RGB (Red+Green+Blue) = 254+96+9=359 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.75% from 359); Green value is 96 (37.89% from 255 or 26.74% from 359); Blue value is 9 (3.91% from 255 or 2.51% from 359); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6009 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6009 is #019FF6. Grayscale: #858585. Windows color (decimal): -106487 or 614654. OLE color: 614654.

HSL color Cylindrical-coordinate representation of color #FE6009: hue angle of 21.31º 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 #FE6009 is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 96 9 -
CMYK 0 0.62 0.96 0.00
HSL 21.31º 0.99% 0.52% -
HSV(B) 21.31º 0.96% 1% -
XYZ 45.11 29.46 3.57 -
YUV 133.32 57.85 214.07 -
System Red Green Blue C M Y K H S L
Decimal 254 96 9 0 0.62 0.96 0.00 21.31 0.99 0.52
Hex FE 60 9 0 3E 60 0 15 63 34
Octal 376 140 11 0 76 140 0 25 143 64
Binary 11111110 1100000 1001 0 111110 1100000 0 10101 1100011 110100

Color Harmonies of #FE6009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6009

Black with #FE6009

Text Example


Text Example

White with #FE6009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6009; }

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

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

background-color css

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

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

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

border-color css

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

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

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