#FD392A

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

Shades of Red Orange #FD392A

Tints of Red Orange #FD392A

Color information

#FD392A (or 0xFD392A) is unknown color: approx Red Orange. HEX triplet: FD, 39 and 2A. RGB value is (253,57,42). Sum of RGB (Red+Green+Blue) = 253+57+42=352 (46% of max value = 765). Red value is 253 (99.22% from 255 or 71.88% from 352); Green value is 57 (22.66% from 255 or 16.19% from 352); Blue value is 42 (16.80% from 255 or 11.93% from 352); Max value from RGB is 253 - color contains mainly: red. Hex color #FD392A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD392A is #02C6D5. Grayscale: #727272. Windows color (decimal): -181974 or 2767357. OLE color: 2767357.

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

Color convert

RGB2535742-
CMYK00.770.830.01
HSL4.27º98.14%57.84%-
HSV(B)4.27º83.4%99.22%-
XYZ42.3923.984.58-
YUV113.8987.43227.22-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 71.88%
GREEN value IS 57 (22.66% from 255) = 16.19%
BLUE value IS 42 (16.80% from 255) = 11.93%
R=71.88%
G=16.19%
B=11.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.83
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253574200.770.830.014.2798.1457.84
HexFD392A04D5314623a
Octal375715201151231414272
Binary1111110111100110101001001101101001111001100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD392A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD392A; }

 p { color: rgb(253,57,42); }

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

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

 a { background-color: rgb(253,57,42); }

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

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

 span { border-color: rgb(253,57,42); }

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