Html Css Color HEX #FC3C21 Red Orange

📋 copy color: '#FC3C21'

red 252 ◦ green 60 ◦ blue 33

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

Shades of Red Orange #FC3C21

Tints of Red Orange #FC3C21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.57%

R = 73.04%
G = 17.39%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FC3C21 (or 0xFC3C21) is known color: Red Orange. HEX triplet: FC, 3C and 21. RGB value is (252,60,33). Sum of RGB (Red+Green+Blue) = 252+60+33=345 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.04% from 345); Green value is 60 (23.83% from 255 or 17.39% from 345); Blue value is 33 (13.28% from 255 or 9.57% from 345); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3C21 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3C21 is #03C3DE. Grayscale: #727272. Windows color (decimal): -246751 or 2178300. OLE color: 2178300.

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

Color convert

RGB 252 60 33 -
CMYK 0 0.76 0.87 0.01
HSL 7.4º 0.97% 0.56% -
HSV(B) 7.4º 0.87% 0.99% -
XYZ 42.04 24.04 3.86 -
YUV 114.33 82.11 226.2 -
System Red Green Blue C M Y K H S L
Decimal 252 60 33 0 0.76 0.87 0.01 7.4 0.97 0.56
Hex FC 3C 21 0 4C 57 1 7 61 38
Octal 374 74 41 0 114 127 1 7 141 70
Binary 11111100 111100 100001 0 1001100 1010111 1 111 1100001 111000

Color Harmonies of #FC3C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3C21

Black with #FC3C21

Text Example


Text Example

White with #FC3C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3C21; }

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

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

background-color css

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

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

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

border-color css

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

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

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