#FD914C

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

Shades of Sunshade #FD914C

Tints of Sunshade #FD914C

Color information

#FD914C (or 0xFD914C) is unknown color: approx Sunshade. HEX triplet: FD, 91 and 4C. RGB value is (253,145,76). Sum of RGB (Red+Green+Blue) = 253+145+76=474 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.38% from 474); Green value is 145 (57.03% from 255 or 30.59% from 474); Blue value is 76 (30.08% from 255 or 16.03% from 474); Max value from RGB is 253 - color contains mainly: red. Hex color #FD914C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD914C is #026EB3. Grayscale: #A9A9A9. Windows color (decimal): -159412 or 5018109. OLE color: 5018109.

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

Color convert

RGB25314576-
CMYK00.430.700.01
HSL23.39º97.79%64.51%-
HSV(B)23.39º69.96%99.22%-
XYZ51.9441.6612.14-
YUV169.4375.28187.61-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 53.38%
GREEN value IS 145 (57.03% from 255) = 30.59%
BLUE value IS 76 (30.08% from 255) = 16.03%
R=53.38%
G=30.59%
B=16.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.70
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531457600.430.700.0123.3997.7964.51
HexFD914C02B461176241
Octal375221114053106127142101
Binary111111011001000110011000101011100011011011111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD914C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD914C; }

 p { color: rgb(253,145,76); }

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

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

 a { background-color: rgb(253,145,76); }

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

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

 span { border-color: rgb(253,145,76); }

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