Html Css Color HEX #FE4212 Orange Red

📋 copy color: '#FE4212'

red 254 ◦ green 66 ◦ blue 18

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

Shades of Orange Red #FE4212

Tints of Orange Red #FE4212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.33%

R = 75.15%
G = 19.53%
B = 5.33%

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

#FE4212 (or 0xFE4212) is known color: Orange Red. HEX triplet: FE, 42 and 12. RGB value is (254,66,18). Sum of RGB (Red+Green+Blue) = 254+66+18=338 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.15% from 338); Green value is 66 (26.17% from 255 or 19.53% from 338); Blue value is 18 (7.42% from 255 or 5.33% from 338); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4212 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE4212 is #01BDED. Grayscale: #757575. Windows color (decimal): -114158 or 1196798. OLE color: 1196798.

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

Color convert

RGB 254 66 18 -
CMYK 0 0.74 0.93 0.00
HSL 12.2º 0.99% 0.53% -
HSV(B) 12.2º 0.93% 1% -
XYZ 42.93 25.01 3.14 -
YUV 116.74 72.28 225.9 -
System Red Green Blue C M Y K H S L
Decimal 254 66 18 0 0.74 0.93 0.00 12.2 0.99 0.53
Hex FE 42 12 0 4A 5D 0 C 63 35
Octal 376 102 22 0 112 135 0 14 143 65
Binary 11111110 1000010 10010 0 1001010 1011101 0 1100 1100011 110101

Color Harmonies of #FE4212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4212

Black with #FE4212

Text Example


Text Example

White with #FE4212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4212; }

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

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

background-color css

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

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

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

border-color css

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

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

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