Html Css Color HEX #FC4C24 Red Orange

📋 copy color: '#FC4C24'

red 252 ◦ green 76 ◦ blue 36

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

Shades of Red Orange #FC4C24

Tints of Red Orange #FC4C24

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.88%

 BLUE value IS 36 (14.45% from 255) = 9.89%

R = 69.23%
G = 20.88%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FC4C24 (or 0xFC4C24) is known color: Red Orange. HEX triplet: FC, 4C and 24. RGB value is (252,76,36). Sum of RGB (Red+Green+Blue) = 252+76+36=364 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.23% from 364); Green value is 76 (30.08% from 255 or 20.88% from 364); Blue value is 36 (14.45% from 255 or 9.89% from 364); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4C24 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4C24 is #03B3DB. Grayscale: #7C7C7C. Windows color (decimal): -242652 or 2379004. OLE color: 2379004.

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

Color convert

RGB 252 76 36 -
CMYK 0 0.70 0.86 0.01
HSL 11.11º 0.97% 0.56% -
HSV(B) 11.11º 0.86% 0.99% -
XYZ 43.05 25.99 4.42 -
YUV 124.06 78.31 219.25 -
System Red Green Blue C M Y K H S L
Decimal 252 76 36 0 0.70 0.86 0.01 11.11 0.97 0.56
Hex FC 4C 24 0 46 56 1 B 61 38
Octal 374 114 44 0 106 126 1 13 141 70
Binary 11111100 1001100 100100 0 1000110 1010110 1 1011 1100001 111000

Color Harmonies of #FC4C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4C24

Black with #FC4C24

Text Example


Text Example

White with #FC4C24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4C24; }

 p { color: rgb(252,76,36); }

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

background-color css

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

 a { background-color: rgb(252,76,36); }

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

border-color css

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

 span { border-color: rgb(252,76,36); }

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