Html Css Color HEX #FE6111 Safety Orange

📋 copy color: '#FE6111'

red 254 ◦ green 97 ◦ blue 17

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

Shades of Safety Orange #FE6111

Tints of Safety Orange #FE6111

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.36%

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

R = 69.02%
G = 26.36%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FE6111 (or 0xFE6111) is known color: Safety Orange. HEX triplet: FE, 61 and 11. RGB value is (254,97,17). Sum of RGB (Red+Green+Blue) = 254+97+17=368 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.02% from 368); Green value is 97 (38.28% from 255 or 26.36% from 368); Blue value is 17 (7.03% from 255 or 4.62% from 368); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6111 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6111 is #019EEE. Grayscale: #878787. Windows color (decimal): -106223 or 1139198. OLE color: 1139198.

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

Color convert

RGB 254 97 17 -
CMYK 0 0.62 0.93 0.00
HSL 20.25º 0.99% 0.53% -
HSV(B) 20.25º 0.93% 1% -
XYZ 45.25 29.66 3.87 -
YUV 134.82 61.51 213 -
System Red Green Blue C M Y K H S L
Decimal 254 97 17 0 0.62 0.93 0.00 20.25 0.99 0.53
Hex FE 61 11 0 3E 5D 0 14 63 35
Octal 376 141 21 0 76 135 0 24 143 65
Binary 11111110 1100001 10001 0 111110 1011101 0 10100 1100011 110101

Color Harmonies of #FE6111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6111

Black with #FE6111

Text Example


Text Example

White with #FE6111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6111; }

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

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

background-color css

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

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

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

border-color css

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

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

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