Html Css Color HEX #FE6409 Safety Orange

📋 copy color: '#FE6409'

red 254 ◦ green 100 ◦ blue 9

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

Shades of Safety Orange #FE6409

Tints of Safety Orange #FE6409

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.55%

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

R = 69.97%
G = 27.55%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FE6409 (or 0xFE6409) is known color: Safety Orange. HEX triplet: FE, 64 and 09. RGB value is (254,100,9). Sum of RGB (Red+Green+Blue) = 254+100+9=363 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.97% from 363); Green value is 100 (39.45% from 255 or 27.55% from 363); Blue value is 9 (3.91% from 255 or 2.48% from 363); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6409 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6409 is #019BF6. Grayscale: #888888. Windows color (decimal): -105463 or 615678. OLE color: 615678.

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

Color convert

RGB 254 100 9 -
CMYK 0 0.61 0.96 0.00
HSL 22.29º 0.99% 0.52% -
HSV(B) 22.29º 0.96% 1% -
XYZ 45.48 30.2 3.69 -
YUV 135.67 56.52 212.4 -
System Red Green Blue C M Y K H S L
Decimal 254 100 9 0 0.61 0.96 0.00 22.29 0.99 0.52
Hex FE 64 9 0 3D 60 0 16 63 34
Octal 376 144 11 0 75 140 0 26 143 64
Binary 11111110 1100100 1001 0 111101 1100000 0 10110 1100011 110100

Color Harmonies of #FE6409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6409

Black with #FE6409

Text Example


Text Example

White with #FE6409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6409; }

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

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

background-color css

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

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

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

border-color css

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

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

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