Html Css Color HEX #FC4814 Orange Red

📋 copy color: '#FC4814'

red 252 ◦ green 72 ◦ blue 20

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

Shades of Orange Red #FC4814

Tints of Orange Red #FC4814

RGB

 RED value IS 252 (98.83% from 255) = 73.26%

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

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

R = 73.26%
G = 20.93%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FC4814 (or 0xFC4814) is known color: Orange Red. HEX triplet: FC, 48 and 14. RGB value is (252,72,20). Sum of RGB (Red+Green+Blue) = 252+72+20=344 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.26% from 344); Green value is 72 (28.52% from 255 or 20.93% from 344); Blue value is 20 (8.20% from 255 or 5.81% from 344); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4814 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4814 is #03B7EB. Grayscale: #787878. Windows color (decimal): -243692 or 1329404. OLE color: 1329404.

HSL color Cylindrical-coordinate representation of color #FC4814: hue angle of 13.45º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC4814 is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 72 20 -
CMYK 0 0.71 0.92 0.01
HSL 13.45º 0.97% 0.53% -
HSV(B) 13.45º 0.92% 0.99% -
XYZ 42.59 25.38 3.32 -
YUV 119.89 71.63 222.23 -
System Red Green Blue C M Y K H S L
Decimal 252 72 20 0 0.71 0.92 0.01 13.45 0.97 0.53
Hex FC 48 14 0 47 5C 1 D 61 35
Octal 374 110 24 0 107 134 1 15 141 65
Binary 11111100 1001000 10100 0 1000111 1011100 1 1101 1100001 110101

Color Harmonies of #FC4814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4814

Black with #FC4814

Text Example


Text Example

White with #FC4814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4814; }

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

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

background-color css

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

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

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

border-color css

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

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

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