#FD9942

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

Shades of Sunshade #FD9942

Tints of Sunshade #FD9942

Color information

#FD9942 (or 0xFD9942) is unknown color: approx Sunshade. HEX triplet: FD, 99 and 42. RGB value is (253,153,66). Sum of RGB (Red+Green+Blue) = 253+153+66=472 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.60% from 472); Green value is 153 (60.16% from 255 or 32.42% from 472); Blue value is 66 (26.17% from 255 or 13.98% from 472); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9942 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD9942 is #0266BD. Grayscale: #ADADAD. Windows color (decimal): -157374 or 4364797. OLE color: 4364797.

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

Color convert

RGB25315366-
CMYK00.400.740.01
HSL27.91º97.91%62.55%-
HSV(B)27.91º73.91%99.22%-
XYZ52.8844.0610.87-
YUV172.9867.63185.07-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 53.60%
GREEN value IS 153 (60.16% from 255) = 32.42%
BLUE value IS 66 (26.17% from 255) = 13.98%
R=53.60%
G=32.42%
B=13.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.74
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531536600.400.740.0127.9197.9162.55
HexFD99420284A11c623f
Octal37523110205011213414277
Binary11111101100110011000010010100010010101111001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD9942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD9942; }

 p { color: rgb(253,153,66); }

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

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

 a { background-color: rgb(253,153,66); }

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

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

 span { border-color: rgb(253,153,66); }

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