Html Css Color HEX #FE6411 Safety Orange

📋 copy color: '#FE6411'

red 254 ◦ green 100 ◦ blue 17

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

Shades of Safety Orange #FE6411

Tints of Safety Orange #FE6411

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.95%

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

R = 68.46%
G = 26.95%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FE6411 (or 0xFE6411) is known color: Safety Orange. HEX triplet: FE, 64 and 11. RGB value is (254,100,17). Sum of RGB (Red+Green+Blue) = 254+100+17=371 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.46% from 371); Green value is 100 (39.45% from 255 or 26.95% from 371); Blue value is 17 (7.03% from 255 or 4.58% from 371); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6411 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6411 is #019BEE. Grayscale: #898989. Windows color (decimal): -105455 or 1139966. OLE color: 1139966.

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

Color convert

RGB 254 100 17 -
CMYK 0 0.61 0.93 0.00
HSL 21.01º 0.99% 0.53% -
HSV(B) 21.01º 0.93% 1% -
XYZ 45.53 30.23 3.96 -
YUV 136.58 60.52 211.75 -
System Red Green Blue C M Y K H S L
Decimal 254 100 17 0 0.61 0.93 0.00 21.01 0.99 0.53
Hex FE 64 11 0 3D 5D 0 15 63 35
Octal 376 144 21 0 75 135 0 25 143 65
Binary 11111110 1100100 10001 0 111101 1011101 0 10101 1100011 110101

Color Harmonies of #FE6411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6411

Black with #FE6411

Text Example


Text Example

White with #FE6411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6411; }

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

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

background-color css

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

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

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

border-color css

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

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

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