Html Css Color HEX #FC3A20 Red Orange

📋 copy color: '#FC3A20'

red 252 ◦ green 58 ◦ blue 32

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

Shades of Red Orange #FC3A20

Tints of Red Orange #FC3A20

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.96%

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

R = 73.68%
G = 16.96%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FC3A20 (or 0xFC3A20) is known color: Red Orange. HEX triplet: FC, 3A and 20. RGB value is (252,58,32). Sum of RGB (Red+Green+Blue) = 252+58+32=342 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.68% from 342); Green value is 58 (23.05% from 255 or 16.96% from 342); Blue value is 32 (12.89% from 255 or 9.36% from 342); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3A20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3A20 is #03C5DF. Grayscale: #717171. Windows color (decimal): -247264 or 2112252. OLE color: 2112252.

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

Color convert

RGB 252 58 32 -
CMYK 0 0.77 0.87 0.01
HSL 7.09º 0.97% 0.56% -
HSV(B) 7.09º 0.87% 0.99% -
XYZ 41.92 23.83 3.76 -
YUV 113.04 82.27 227.11 -
System Red Green Blue C M Y K H S L
Decimal 252 58 32 0 0.77 0.87 0.01 7.09 0.97 0.56
Hex FC 3A 20 0 4D 57 1 7 61 38
Octal 374 72 40 0 115 127 1 7 141 70
Binary 11111100 111010 100000 0 1001101 1010111 1 111 1100001 111000

Color Harmonies of #FC3A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3A20

Black with #FC3A20

Text Example


Text Example

White with #FC3A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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