Html Css Color HEX #FE6C04 Safety Orange

📋 copy color: '#FE6C04'

red 254 ◦ green 108 ◦ blue 4

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

Shades of Safety Orange #FE6C04

Tints of Safety Orange #FE6C04

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.51%

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

R = 69.4%
G = 29.51%
B = 1.09%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FE6C04 (or 0xFE6C04) is known color: Safety Orange. HEX triplet: FE, 6C and 04. RGB value is (254,108,4). Sum of RGB (Red+Green+Blue) = 254+108+4=366 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.40% from 366); Green value is 108 (42.58% from 255 or 29.51% from 366); Blue value is 4 (1.95% from 255 or 1.09% from 366); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6C04 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6C04 is #0193FB. Grayscale: #8C8C8C. Windows color (decimal): -103420 or 290046. OLE color: 290046.

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

Color convert

RGB 254 108 4 -
CMYK 0 0.57 0.98 0.00
HSL 24.96º 0.99% 0.51% -
HSV(B) 24.96º 0.98% 1% -
XYZ 46.26 31.8 3.82 -
YUV 139.8 51.37 209.46 -
System Red Green Blue C M Y K H S L
Decimal 254 108 4 0 0.57 0.98 0.00 24.96 0.99 0.51
Hex FE 6C 4 0 39 62 0 19 63 33
Octal 376 154 4 0 71 142 0 31 143 63
Binary 11111110 1101100 100 0 111001 1100010 0 11001 1100011 110011

Color Harmonies of #FE6C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6C04

Black with #FE6C04

Text Example


Text Example

White with #FE6C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6C04; }

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

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

background-color css

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

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

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

border-color css

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

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

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