#FDA499

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

Shades of Rose Bud #FDA499

Tints of Rose Bud #FDA499

Color information

#FDA499 (or 0xFDA499) is unknown color: approx Rose Bud. HEX triplet: FD, A4 and 99. RGB value is (253,164,153). Sum of RGB (Red+Green+Blue) = 253+164+153=570 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.39% from 570); Green value is 164 (64.45% from 255 or 28.77% from 570); Blue value is 153 (60.16% from 255 or 26.84% from 570); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA499 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA499 is #025B66. Grayscale: #BDBDBD. Windows color (decimal): -154471 or 10069245. OLE color: 10069245.

HSL color Cylindrical-coordinate representation of color #FDA499: hue angle of 6.6º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FDA499 is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB253164153-
CMYK00.350.400.01
HSL6.6º96.15%79.61%-
HSV(B)6.6º39.53%99.22%-
XYZ59.5349.7336.6-
YUV189.36107.49173.39-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.39%
GREEN value IS 164 (64.45% from 255) = 28.77%
BLUE value IS 153 (60.16% from 255) = 26.84%
R=44.39%
G=28.77%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316415300.350.400.016.696.1579.61
HexFDA49902328176050
Octal3752442310435017140120
Binary1111110110100100100110010100011101000111111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA499; }

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

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

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

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

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

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

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

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