#FD3C20

Color #FD3C20 Red Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Orange #FD3C20

Tints of Red Orange #FD3C20

Color information

#FD3C20 (or 0xFD3C20) is unknown color: approx Red Orange. HEX triplet: FD, 3C and 20. RGB value is (253,60,32). Sum of RGB (Red+Green+Blue) = 253+60+32=345 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.33% from 345); Green value is 60 (23.83% from 255 or 17.39% from 345); Blue value is 32 (12.89% from 255 or 9.28% from 345); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3C20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3C20 is #02C3DF. Grayscale: #727272. Windows color (decimal): -181216 or 2112765. OLE color: 2112765.

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

Color convert

RGB2536032-
CMYK00.760.870.01
HSL7.6º98.22%55.88%-
HSV(B)7.6º87.35%99.22%-
XYZ42.3824.223.81-
YUV114.5181.44226.78-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 73.33%
GREEN value IS 60 (23.83% from 255) = 17.39%
BLUE value IS 32 (12.89% from 255) = 9.28%
R=73.33%
G=17.39%
B=9.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.87
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253603200.760.870.017.698.2255.88
HexFD3C2004C57186238
Octal3757440011412711014270
Binary11111101111100100000010011001010111110001100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD3C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD3C20; }

 p { color: rgb(253,60,32); }

 H1.HeaderClassName
 {
   color: #FD3C20;
 }
 .AnyTagClassName
 {
   color: #FD3C20;
 }
</style>
background-color css

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

 a { background-color: rgb(253,60,32); }

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

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

 span { border-color: rgb(253,60,32); }

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