Html Css Color HEX #FE5F11 Safety Orange

📋 copy color: '#FE5F11'

red 254 ◦ green 95 ◦ blue 17

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

Shades of Safety Orange #FE5F11

Tints of Safety Orange #FE5F11

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.96%

 BLUE value IS 17 (7.03% from 255) = 4.64%

R = 69.4%
G = 25.96%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FE5F11 (or 0xFE5F11) is known color: Safety Orange. HEX triplet: FE, 5F and 11. RGB value is (254,95,17). Sum of RGB (Red+Green+Blue) = 254+95+17=366 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.40% from 366); Green value is 95 (37.5% from 255 or 25.96% from 366); Blue value is 17 (7.03% from 255 or 4.64% from 366); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5F11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5F11 is #01A0EE. Grayscale: #868686. Windows color (decimal): -106735 or 1138686. OLE color: 1138686.

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

Color convert

RGB 254 95 17 -
CMYK 0 0.63 0.93 0.00
HSL 19.75º 0.99% 0.53% -
HSV(B) 19.75º 0.93% 1% -
XYZ 45.07 29.3 3.81 -
YUV 133.65 62.18 213.84 -
System Red Green Blue C M Y K H S L
Decimal 254 95 17 0 0.63 0.93 0.00 19.75 0.99 0.53
Hex FE 5F 11 0 3F 5D 0 14 63 35
Octal 376 137 21 0 77 135 0 24 143 65
Binary 11111110 1011111 10001 0 111111 1011101 0 10100 1100011 110101

Color Harmonies of #FE5F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5F11

Black with #FE5F11

Text Example


Text Example

White with #FE5F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5F11; }

 p { color: rgb(254,95,17); }

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

background-color css

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

 a { background-color: rgb(254,95,17); }

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

border-color css

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

 span { border-color: rgb(254,95,17); }

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