Html Css Color HEX #FE6A04 Safety Orange

📋 copy color: '#FE6A04'

red 254 ◦ green 106 ◦ blue 4

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

Shades of Safety Orange #FE6A04

Tints of Safety Orange #FE6A04

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.12%

 BLUE value IS 4 (1.95% from 255) = 1.1%

R = 69.78%
G = 29.12%
B = 1.1%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FE6A04 (or 0xFE6A04) is known color: Safety Orange. HEX triplet: FE, 6A and 04. RGB value is (254,106,4). Sum of RGB (Red+Green+Blue) = 254+106+4=364 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.78% from 364); Green value is 106 (41.80% from 255 or 29.12% from 364); Blue value is 4 (1.95% from 255 or 1.10% from 364); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6A04 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6A04 is #0195FB. Grayscale: #8B8B8B. Windows color (decimal): -103932 or 289534. OLE color: 289534.

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

Color convert

RGB 254 106 4 -
CMYK 0 0.58 0.98 0.00
HSL 24.48º 0.99% 0.51% -
HSV(B) 24.48º 0.98% 1% -
XYZ 46.05 31.39 3.75 -
YUV 138.62 52.03 210.29 -
System Red Green Blue C M Y K H S L
Decimal 254 106 4 0 0.58 0.98 0.00 24.48 0.99 0.51
Hex FE 6A 4 0 3A 62 0 18 63 33
Octal 376 152 4 0 72 142 0 30 143 63
Binary 11111110 1101010 100 0 111010 1100010 0 11000 1100011 110011

Color Harmonies of #FE6A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6A04

Black with #FE6A04

Text Example


Text Example

White with #FE6A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6A04; }

 p { color: rgb(254,106,4); }

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

background-color css

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

 a { background-color: rgb(254,106,4); }

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

border-color css

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

 span { border-color: rgb(254,106,4); }

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