Html Css Color HEX #FE4214 Orange Red

📋 copy color: '#FE4214'

red 254 ◦ green 66 ◦ blue 20

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

Shades of Orange Red #FE4214

Tints of Orange Red #FE4214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.88%

R = 74.71%
G = 19.41%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#FE4214 (or 0xFE4214) is known color: Orange Red. HEX triplet: FE, 42 and 14. RGB value is (254,66,20). Sum of RGB (Red+Green+Blue) = 254+66+20=340 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.71% from 340); Green value is 66 (26.17% from 255 or 19.41% from 340); Blue value is 20 (8.20% from 255 or 5.88% from 340); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4214 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE4214 is #01BDEB. Grayscale: #757575. Windows color (decimal): -114156 or 1327870. OLE color: 1327870.

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

Color convert

RGB 254 66 20 -
CMYK 0 0.74 0.92 0.00
HSL 11.79º 0.99% 0.54% -
HSV(B) 11.79º 0.92% 1% -
XYZ 42.95 25.02 3.23 -
YUV 116.97 73.28 225.74 -
System Red Green Blue C M Y K H S L
Decimal 254 66 20 0 0.74 0.92 0.00 11.79 0.99 0.54
Hex FE 42 14 0 4A 5C 0 C 63 36
Octal 376 102 24 0 112 134 0 14 143 66
Binary 11111110 1000010 10100 0 1001010 1011100 0 1100 1100011 110110

Color Harmonies of #FE4214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4214

Black with #FE4214

Text Example


Text Example

White with #FE4214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4214; }

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

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

background-color css

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

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

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

border-color css

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

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

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