Html Css Color HEX #FE7407 Safety Orange

📋 copy color: '#FE7407'

red 254 ◦ green 116 ◦ blue 7

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

Shades of Safety Orange #FE7407

Tints of Safety Orange #FE7407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.86%

R = 67.37%
G = 30.77%
B = 1.86%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.97

 K value IS 0.00

RGB Variations

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

Color information

#FE7407 (or 0xFE7407) is known color: Safety Orange. HEX triplet: FE, 74 and 07. RGB value is (254,116,7). Sum of RGB (Red+Green+Blue) = 254+116+7=377 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.37% from 377); Green value is 116 (45.70% from 255 or 30.77% from 377); Blue value is 7 (3.12% from 255 or 1.86% from 377); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7407 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7407 is #018BF8. Grayscale: #919191. Windows color (decimal): -101369 or 488702. OLE color: 488702.

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

Color convert

RGB 254 116 7 -
CMYK 0 0.54 0.97 0.00
HSL 26.48º 0.99% 0.51% -
HSV(B) 26.48º 0.97% 1% -
XYZ 47.16 33.58 4.2 -
YUV 144.84 50.22 205.86 -
System Red Green Blue C M Y K H S L
Decimal 254 116 7 0 0.54 0.97 0.00 26.48 0.99 0.51
Hex FE 74 7 0 36 61 0 1A 63 33
Octal 376 164 7 0 66 141 0 32 143 63
Binary 11111110 1110100 111 0 110110 1100001 0 11010 1100011 110011

Color Harmonies of #FE7407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7407

Black with #FE7407

Text Example


Text Example

White with #FE7407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7407; }

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

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

background-color css

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

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

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

border-color css

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

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

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