Html Css Color HEX #FE4814 Orange Red

📋 copy color: '#FE4814'

red 254 ◦ green 72 ◦ blue 20

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

Shades of Orange Red #FE4814

Tints of Orange Red #FE4814

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.81%

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

R = 73.41%
G = 20.81%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#FE4814 (or 0xFE4814) is known color: Orange Red. HEX triplet: FE, 48 and 14. RGB value is (254,72,20). Sum of RGB (Red+Green+Blue) = 254+72+20=346 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.41% from 346); Green value is 72 (28.52% from 255 or 20.81% from 346); Blue value is 20 (8.20% from 255 or 5.78% from 346); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4814 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE4814 is #01B7EB. Grayscale: #787878. Windows color (decimal): -112620 or 1329406. OLE color: 1329406.

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

Color convert

RGB 254 72 20 -
CMYK 0 0.72 0.92 0.00
HSL 13.33º 0.99% 0.54% -
HSV(B) 13.33º 0.92% 1% -
XYZ 43.32 25.76 3.35 -
YUV 120.49 71.3 223.23 -
System Red Green Blue C M Y K H S L
Decimal 254 72 20 0 0.72 0.92 0.00 13.33 0.99 0.54
Hex FE 48 14 0 48 5C 0 D 63 36
Octal 376 110 24 0 110 134 0 15 143 66
Binary 11111110 1001000 10100 0 1001000 1011100 0 1101 1100011 110110

Color Harmonies of #FE4814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4814

Black with #FE4814

Text Example


Text Example

White with #FE4814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4814; }

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

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

background-color css

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

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

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

border-color css

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

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

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