Html Css Color HEX #FC3C24 Red Orange

📋 copy color: '#FC3C24'

red 252 ◦ green 60 ◦ blue 36

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

Shades of Red Orange #FC3C24

Tints of Red Orange #FC3C24

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.24%

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

R = 72.41%
G = 17.24%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FC3C24 (or 0xFC3C24) is known color: Red Orange. HEX triplet: FC, 3C and 24. RGB value is (252,60,36). Sum of RGB (Red+Green+Blue) = 252+60+36=348 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72.41% from 348); Green value is 60 (23.83% from 255 or 17.24% from 348); Blue value is 36 (14.45% from 255 or 10.34% from 348); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3C24 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3C24 is #03C3DB. Grayscale: #727272. Windows color (decimal): -246748 or 2374908. OLE color: 2374908.

HSL color Cylindrical-coordinate representation of color #FC3C24: hue angle of 6.67º 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 #FC3C24 is Cyan = 0, Magento = 0.76, Yellow = 0.86 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 60 36 -
CMYK 0 0.76 0.86 0.01
HSL 6.67º 0.97% 0.56% -
HSV(B) 6.67º 0.86% 0.99% -
XYZ 42.08 24.05 4.09 -
YUV 114.67 83.61 225.95 -
System Red Green Blue C M Y K H S L
Decimal 252 60 36 0 0.76 0.86 0.01 6.67 0.97 0.56
Hex FC 3C 24 0 4C 56 1 7 61 38
Octal 374 74 44 0 114 126 1 7 141 70
Binary 11111100 111100 100100 0 1001100 1010110 1 111 1100001 111000

Color Harmonies of #FC3C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3C24

Black with #FC3C24

Text Example


Text Example

White with #FC3C24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3C24; }

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

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

background-color css

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

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

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

border-color css

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

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

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