Html Css Color HEX #FC3320 Red Orange

📋 copy color: '#FC3320'

red 252 ◦ green 51 ◦ blue 32

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

Shades of Red Orange #FC3320

Tints of Red Orange #FC3320

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.22%

 BLUE value IS 32 (12.89% from 255) = 9.55%

R = 75.22%
G = 15.22%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FC3320 (or 0xFC3320) is known color: Red Orange. HEX triplet: FC, 33 and 20. RGB value is (252,51,32). Sum of RGB (Red+Green+Blue) = 252+51+32=335 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75.22% from 335); Green value is 51 (20.31% from 255 or 15.22% from 335); Blue value is 32 (12.89% from 255 or 9.55% from 335); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3320 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3320 is #03CCDF. Grayscale: #6D6D6D. Windows color (decimal): -249056 or 2110460. OLE color: 2110460.

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

Color convert

RGB 252 51 32 -
CMYK 0 0.80 0.87 0.01
HSL 5.18º 0.97% 0.56% -
HSV(B) 5.18º 0.87% 0.99% -
XYZ 41.59 23.17 3.65 -
YUV 108.93 84.59 230.04 -
System Red Green Blue C M Y K H S L
Decimal 252 51 32 0 0.80 0.87 0.01 5.18 0.97 0.56
Hex FC 33 20 0 50 57 1 5 61 38
Octal 374 63 40 0 120 127 1 5 141 70
Binary 11111100 110011 100000 0 1010000 1010111 1 101 1100001 111000

Color Harmonies of #FC3320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3320

Black with #FC3320

Text Example


Text Example

White with #FC3320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3320; }

 p { color: rgb(252,51,32); }

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

background-color css

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

 a { background-color: rgb(252,51,32); }

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

border-color css

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

 span { border-color: rgb(252,51,32); }

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