#FD994F

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

Shades of Sunshade #FD994F

Tints of Sunshade #FD994F

Color information

#FD994F (or 0xFD994F) is unknown color: approx Sunshade. HEX triplet: FD, 99 and 4F. RGB value is (253,153,79). Sum of RGB (Red+Green+Blue) = 253+153+79=485 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.16% from 485); Green value is 153 (60.16% from 255 or 31.55% from 485); Blue value is 79 (31.25% from 255 or 16.29% from 485); Max value from RGB is 253 - color contains mainly: red. Hex color #FD994F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD994F is #0266B0. Grayscale: #AEAEAE. Windows color (decimal): -157361 or 5216765. OLE color: 5216765.

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

Color convert

RGB25315379-
CMYK00.400.690.01
HSL25.52º97.75%65.1%-
HSV(B)25.52º68.77%99.22%-
XYZ53.3144.2313.12-
YUV174.4674.13184.02-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 52.16%
GREEN value IS 153 (60.16% from 255) = 31.55%
BLUE value IS 79 (31.25% from 255) = 16.29%
R=52.16%
G=31.55%
B=16.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.69
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531537900.400.690.0125.5297.7565.1
HexFD994F0284511a6241
Octal375231117050105132142101
Binary111111011001100110011110101000100010111101011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD994F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD994F; }

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

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

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

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

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

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

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

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