Html Css Color HEX #FC3C34 Red Orange

📋 copy color: '#FC3C34'

red 252 ◦ green 60 ◦ blue 52

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

Shades of Red Orange #FC3C34

Tints of Red Orange #FC3C34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.29%

R = 69.23%
G = 16.48%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FC3C34 (or 0xFC3C34) is known color: Red Orange. HEX triplet: FC, 3C and 34. RGB value is (252,60,52). Sum of RGB (Red+Green+Blue) = 252+60+52=364 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.23% from 364); Green value is 60 (23.83% from 255 or 16.48% from 364); Blue value is 52 (20.70% from 255 or 14.29% from 364); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3C34 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3C34 is #03C3CB. Grayscale: #747474. Windows color (decimal): -246732 or 3423484. OLE color: 3423484.

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

Color convert

RGB 252 60 52 -
CMYK 0 0.76 0.79 0.01
HSL 2.4º 0.97% 0.6% -
HSV(B) 2.4º 0.79% 0.99% -
XYZ 42.38 24.18 5.68 -
YUV 116.5 91.61 224.65 -
System Red Green Blue C M Y K H S L
Decimal 252 60 52 0 0.76 0.79 0.01 2.4 0.97 0.6
Hex FC 3C 34 0 4C 4F 1 2 61 3C
Octal 374 74 64 0 114 117 1 2 141 74
Binary 11111100 111100 110100 0 1001100 1001111 1 10 1100001 111100

Color Harmonies of #FC3C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3C34

Black with #FC3C34

Text Example


Text Example

White with #FC3C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3C34; }

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

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

background-color css

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

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

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

border-color css

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

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

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