Html Css Color HEX #FE4215 Orange Red

📋 copy color: '#FE4215'

red 254 ◦ green 66 ◦ blue 21

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

Shades of Orange Red #FE4215

Tints of Orange Red #FE4215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.16%

R = 74.49%
G = 19.35%
B = 6.16%

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

#FE4215 (or 0xFE4215) is known color: Orange Red. HEX triplet: FE, 42 and 15. RGB value is (254,66,21). Sum of RGB (Red+Green+Blue) = 254+66+21=341 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.49% from 341); Green value is 66 (26.17% from 255 or 19.35% from 341); Blue value is 21 (8.59% from 255 or 6.16% from 341); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4215 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE4215 is #01BDEA. Grayscale: #757575. Windows color (decimal): -114155 or 1393406. OLE color: 1393406.

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

Color convert

RGB 254 66 21 -
CMYK 0 0.74 0.92 0.00
HSL 11.59º 0.99% 0.54% -
HSV(B) 11.59º 0.92% 1% -
XYZ 42.96 25.02 3.28 -
YUV 117.08 73.78 225.66 -
System Red Green Blue C M Y K H S L
Decimal 254 66 21 0 0.74 0.92 0.00 11.59 0.99 0.54
Hex FE 42 15 0 4A 5C 0 C 63 36
Octal 376 102 25 0 112 134 0 14 143 66
Binary 11111110 1000010 10101 0 1001010 1011100 0 1100 1100011 110110

Color Harmonies of #FE4215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4215

Black with #FE4215

Text Example


Text Example

White with #FE4215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4215; }

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

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

background-color css

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

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

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

border-color css

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

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

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