Html Css Color HEX #FC3C2C Red Orange

📋 copy color: '#FC3C2C'

red 252 ◦ green 60 ◦ blue 44

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

Shades of Red Orange #FC3C2C

Tints of Red Orange #FC3C2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.36%

R = 70.79%
G = 16.85%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FC3C2C (or 0xFC3C2C) is known color: Red Orange. HEX triplet: FC, 3C and 2C. RGB value is (252,60,44). Sum of RGB (Red+Green+Blue) = 252+60+44=356 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.79% from 356); Green value is 60 (23.83% from 255 or 16.85% from 356); Blue value is 44 (17.58% from 255 or 12.36% from 356); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3C2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3C2C is #03C3D3. Grayscale: #737373. Windows color (decimal): -246740 or 2899196. OLE color: 2899196.

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

Color convert

RGB 252 60 44 -
CMYK 0 0.76 0.83 0.01
HSL 4.62º 0.97% 0.58% -
HSV(B) 4.62º 0.83% 0.99% -
XYZ 42.22 24.11 4.81 -
YUV 115.58 87.61 225.3 -
System Red Green Blue C M Y K H S L
Decimal 252 60 44 0 0.76 0.83 0.01 4.62 0.97 0.58
Hex FC 3C 2C 0 4C 53 1 5 61 3A
Octal 374 74 54 0 114 123 1 5 141 72
Binary 11111100 111100 101100 0 1001100 1010011 1 101 1100001 111010

Color Harmonies of #FC3C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3C2C

Black with #FC3C2C

Text Example


Text Example

White with #FC3C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3C2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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