Html Css Color HEX #FE4213 Orange Red

📋 copy color: '#FE4213'

red 254 ◦ green 66 ◦ blue 19

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

Shades of Orange Red #FE4213

Tints of Orange Red #FE4213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.6%

R = 74.93%
G = 19.47%
B = 5.6%

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

#FE4213 (or 0xFE4213) is known color: Orange Red. HEX triplet: FE, 42 and 13. RGB value is (254,66,19). Sum of RGB (Red+Green+Blue) = 254+66+19=339 (44% of max value = 765). Red value is 254 (99.61% from 255 or 74.93% from 339); Green value is 66 (26.17% from 255 or 19.47% from 339); Blue value is 19 (7.81% from 255 or 5.60% from 339); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4213 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE4213 is #01BDEC. Grayscale: #757575. Windows color (decimal): -114157 or 1262334. OLE color: 1262334.

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

Color convert

RGB 254 66 19 -
CMYK 0 0.74 0.93 0.00
HSL 12º 0.99% 0.54% -
HSV(B) 12º 0.93% 1% -
XYZ 42.94 25.01 3.18 -
YUV 116.85 72.78 225.82 -
System Red Green Blue C M Y K H S L
Decimal 254 66 19 0 0.74 0.93 0.00 12 0.99 0.54
Hex FE 42 13 0 4A 5D 0 C 63 36
Octal 376 102 23 0 112 135 0 14 143 66
Binary 11111110 1000010 10011 0 1001010 1011101 0 1100 1100011 110110

Color Harmonies of #FE4213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4213

Black with #FE4213

Text Example


Text Example

White with #FE4213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4213; }

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

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

background-color css

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

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

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

border-color css

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

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

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