#FD9352

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

Shades of Sunshade #FD9352

Tints of Sunshade #FD9352

Color information

#FD9352 (or 0xFD9352) is unknown color: approx Sunshade. HEX triplet: FD, 93 and 52. RGB value is (253,147,82). Sum of RGB (Red+Green+Blue) = 253+147+82=482 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.49% from 482); Green value is 147 (57.81% from 255 or 30.50% from 482); Blue value is 82 (32.42% from 255 or 17.01% from 482); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9352 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD9352 is #026CAD. Grayscale: #ABABAB. Windows color (decimal): -158894 or 5411837. OLE color: 5411837.

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

Color convert

RGB25314782-
CMYK00.420.680.01
HSL22.81º97.71%65.69%-
HSV(B)22.81º67.59%99.22%-
XYZ52.4642.3613.39-
YUV171.2877.62186.29-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 52.49%
GREEN value IS 147 (57.81% from 255) = 30.50%
BLUE value IS 82 (32.42% from 255) = 17.01%
R=52.49%
G=30.50%
B=17.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.68
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531478200.420.680.0122.8197.7165.69
HexFD935202A441176242
Octal375223122052104127142102
Binary111111011001001110100100101010100010011011111000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD9352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD9352; }

 p { color: rgb(253,147,82); }

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

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

 a { background-color: rgb(253,147,82); }

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

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

 span { border-color: rgb(253,147,82); }

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