#FDA599

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

Shades of Rose Bud #FDA599

Tints of Rose Bud #FDA599

Color information

#FDA599 (or 0xFDA599) is unknown color: approx Rose Bud. HEX triplet: FD, A5 and 99. RGB value is (253,165,153). Sum of RGB (Red+Green+Blue) = 253+165+153=571 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.31% from 571); Green value is 165 (64.84% from 255 or 28.90% from 571); Blue value is 153 (60.16% from 255 or 26.80% from 571); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA599 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA599 is #025A66. Grayscale: #BEBEBE. Windows color (decimal): -154215 or 10069501. OLE color: 10069501.

HSL color Cylindrical-coordinate representation of color #FDA599: hue angle of 7.2º 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 #FDA599 is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB253165153-
CMYK00.350.400.01
HSL7.2º96.15%79.61%-
HSV(B)7.2º39.53%99.22%-
XYZ59.7150.0936.66-
YUV189.94107.15172.98-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.31%
GREEN value IS 165 (64.84% from 255) = 28.90%
BLUE value IS 153 (60.16% from 255) = 26.80%
R=44.31%
G=28.90%
B=26.80%

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
Decimal25316515300.350.400.017.296.1579.61
HexFDA59902328176050
Octal3752452310435017140120
Binary1111110110100101100110010100011101000111111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA599; }

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

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

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

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

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

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

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

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