Html Css Color HEX #FE5E10 Safety Orange

📋 copy color: '#FE5E10'

red 254 ◦ green 94 ◦ blue 16

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

Shades of Safety Orange #FE5E10

Tints of Safety Orange #FE5E10

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.82%

 BLUE value IS 16 (6.64% from 255) = 4.4%

R = 69.78%
G = 25.82%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FE5E10 (or 0xFE5E10) is known color: Safety Orange. HEX triplet: FE, 5E and 10. RGB value is (254,94,16). Sum of RGB (Red+Green+Blue) = 254+94+16=364 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.78% from 364); Green value is 94 (37.11% from 255 or 25.82% from 364); Blue value is 16 (6.64% from 255 or 4.40% from 364); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5E10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5E10 is #01A1EF. Grayscale: #858585. Windows color (decimal): -106992 or 1072894. OLE color: 1072894.

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

Color convert

RGB 254 94 16 -
CMYK 0 0.63 0.94 0.00
HSL 19.66º 0.99% 0.53% -
HSV(B) 19.66º 0.94% 1% -
XYZ 44.97 29.11 3.74 -
YUV 132.95 62.01 214.34 -
System Red Green Blue C M Y K H S L
Decimal 254 94 16 0 0.63 0.94 0.00 19.66 0.99 0.53
Hex FE 5E 10 0 3F 5E 0 14 63 35
Octal 376 136 20 0 77 136 0 24 143 65
Binary 11111110 1011110 10000 0 111111 1011110 0 10100 1100011 110101

Color Harmonies of #FE5E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5E10

Black with #FE5E10

Text Example


Text Example

White with #FE5E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5E10; }

 p { color: rgb(254,94,16); }

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

background-color css

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

 a { background-color: rgb(254,94,16); }

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

border-color css

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

 span { border-color: rgb(254,94,16); }

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