Html Css Color HEX #FE7404 Safety Orange

📋 copy color: '#FE7404'

red 254 ◦ green 116 ◦ blue 4

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

Shades of Safety Orange #FE7404

Tints of Safety Orange #FE7404

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.02%

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

R = 67.91%
G = 31.02%
B = 1.07%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FE7404 (or 0xFE7404) is known color: Safety Orange. HEX triplet: FE, 74 and 04. RGB value is (254,116,4). Sum of RGB (Red+Green+Blue) = 254+116+4=374 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.91% from 374); Green value is 116 (45.70% from 255 or 31.02% from 374); Blue value is 4 (1.95% from 255 or 1.07% from 374); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7404 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7404 is #018BFB. Grayscale: #919191. Windows color (decimal): -101372 or 292094. OLE color: 292094.

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

Color convert

RGB 254 116 4 -
CMYK 0 0.54 0.98 0.00
HSL 26.88º 0.99% 0.51% -
HSV(B) 26.88º 0.98% 1% -
XYZ 47.14 33.57 4.11 -
YUV 144.49 48.72 206.11 -
System Red Green Blue C M Y K H S L
Decimal 254 116 4 0 0.54 0.98 0.00 26.88 0.99 0.51
Hex FE 74 4 0 36 62 0 1B 63 33
Octal 376 164 4 0 66 142 0 33 143 63
Binary 11111110 1110100 100 0 110110 1100010 0 11011 1100011 110011

Color Harmonies of #FE7404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7404

Black with #FE7404

Text Example


Text Example

White with #FE7404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7404; }

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

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

background-color css

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

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

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

border-color css

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

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

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