Html Css Color HEX #FC3D20 Red Orange

📋 copy color: '#FC3D20'

red 252 ◦ green 61 ◦ blue 32

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

Shades of Red Orange #FC3D20

Tints of Red Orange #FC3D20

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.68%

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

R = 73.04%
G = 17.68%
B = 9.28%

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

#FC3D20 (or 0xFC3D20) is known color: Red Orange. HEX triplet: FC, 3D and 20. RGB value is (252,61,32). Sum of RGB (Red+Green+Blue) = 252+61+32=345 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.04% from 345); Green value is 61 (24.22% from 255 or 17.68% from 345); Blue value is 32 (12.89% from 255 or 9.28% from 345); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3D20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3D20 is #03C2DF. Grayscale: #737373. Windows color (decimal): -246496 or 2113020. OLE color: 2113020.

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

Color convert

RGB 252 61 32 -
CMYK 0 0.76 0.87 0.01
HSL 7.91º 0.97% 0.56% -
HSV(B) 7.91º 0.87% 0.99% -
XYZ 42.07 24.14 3.81 -
YUV 114.8 81.28 225.86 -
System Red Green Blue C M Y K H S L
Decimal 252 61 32 0 0.76 0.87 0.01 7.91 0.97 0.56
Hex FC 3D 20 0 4C 57 1 8 61 38
Octal 374 75 40 0 114 127 1 10 141 70
Binary 11111100 111101 100000 0 1001100 1010111 1 1000 1100001 111000

Color Harmonies of #FC3D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3D20

Black with #FC3D20

Text Example


Text Example

White with #FC3D20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3D20; }

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

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

background-color css

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

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

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

border-color css

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

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

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