#FD3C2E

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

Shades of Red Orange #FD3C2E

Tints of Red Orange #FD3C2E

Color information

#FD3C2E (or 0xFD3C2E) is unknown color: approx Red Orange. HEX triplet: FD, 3C and 2E. RGB value is (253,60,46). Sum of RGB (Red+Green+Blue) = 253+60+46=359 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.47% from 359); Green value is 60 (23.83% from 255 or 16.71% from 359); Blue value is 46 (18.36% from 255 or 12.81% from 359); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3C2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3C2E is #02C3D1. Grayscale: #747474. Windows color (decimal): -181202 or 3030269. OLE color: 3030269.

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

Color convert

RGB2536046-
CMYK00.760.820.01
HSL4.06º98.1%58.63%-
HSV(B)4.06º81.82%99.22%-
XYZ42.6224.315.03-
YUV116.1188.44225.64-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 70.47%
GREEN value IS 60 (23.83% from 255) = 16.71%
BLUE value IS 46 (18.36% from 255) = 12.81%
R=70.47%
G=16.71%
B=12.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.82
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253604600.760.820.014.0698.158.63
HexFD3C2E04C5214623b
Octal375745601141221414273
Binary1111110111110010111001001100101001011001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD3C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD3C2E; }

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

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

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

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

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

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

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

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