Html Css Color HEX #FE4211 Orange Red

📋 copy color: '#FE4211'

red 254 ◦ green 66 ◦ blue 17

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

Shades of Orange Red #FE4211

Tints of Orange Red #FE4211

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.58%

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

R = 75.37%
G = 19.58%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FE4211 (or 0xFE4211) is known color: Orange Red. HEX triplet: FE, 42 and 11. RGB value is (254,66,17). Sum of RGB (Red+Green+Blue) = 254+66+17=337 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.37% from 337); Green value is 66 (26.17% from 255 or 19.58% from 337); Blue value is 17 (7.03% from 255 or 5.04% from 337); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4211 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE4211 is #01BDEE. Grayscale: #757575. Windows color (decimal): -114159 or 1131262. OLE color: 1131262.

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

Color convert

RGB 254 66 17 -
CMYK 0 0.74 0.93 0.00
HSL 12.41º 0.99% 0.53% -
HSV(B) 12.41º 0.93% 1% -
XYZ 42.92 25.01 3.1 -
YUV 116.63 71.78 225.98 -
System Red Green Blue C M Y K H S L
Decimal 254 66 17 0 0.74 0.93 0.00 12.41 0.99 0.53
Hex FE 42 11 0 4A 5D 0 C 63 35
Octal 376 102 21 0 112 135 0 14 143 65
Binary 11111110 1000010 10001 0 1001010 1011101 0 1100 1100011 110101

Color Harmonies of #FE4211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4211

Black with #FE4211

Text Example


Text Example

White with #FE4211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4211; }

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

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

background-color css

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

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

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

border-color css

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

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

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