Html Css Color HEX #FC4819 Orange Red

📋 copy color: '#FC4819'

red 252 ◦ green 72 ◦ blue 25

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

Shades of Orange Red #FC4819

Tints of Orange Red #FC4819

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.16%

R = 72.21%
G = 20.63%
B = 7.16%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FC4819 (or 0xFC4819) is known color: Orange Red. HEX triplet: FC, 48 and 19. RGB value is (252,72,25). Sum of RGB (Red+Green+Blue) = 252+72+25=349 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72.21% from 349); Green value is 72 (28.52% from 255 or 20.63% from 349); Blue value is 25 (10.16% from 255 or 7.16% from 349); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4819 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4819 is #03B7E6. Grayscale: #787878. Windows color (decimal): -243687 or 1657084. OLE color: 1657084.

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

Color convert

RGB 252 72 25 -
CMYK 0 0.71 0.90 0.01
HSL 12.42º 0.97% 0.54% -
HSV(B) 12.42º 0.9% 0.99% -
XYZ 42.64 25.4 3.58 -
YUV 120.46 74.13 221.82 -
System Red Green Blue C M Y K H S L
Decimal 252 72 25 0 0.71 0.90 0.01 12.42 0.97 0.54
Hex FC 48 19 0 47 5A 1 C 61 36
Octal 374 110 31 0 107 132 1 14 141 66
Binary 11111100 1001000 11001 0 1000111 1011010 1 1100 1100001 110110

Color Harmonies of #FC4819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4819

Black with #FC4819

Text Example


Text Example

White with #FC4819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4819; }

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

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

background-color css

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

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

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

border-color css

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

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

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