#F0A499

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

Shades of Rose Bud #F0A499

Tints of Rose Bud #F0A499

Color information

#F0A499 (or 0xF0A499) is unknown color: approx Rose Bud. HEX triplet: F0, A4 and 99. RGB value is (240,164,153). Sum of RGB (Red+Green+Blue) = 240+164+153=557 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.09% from 557); Green value is 164 (64.45% from 255 or 29.44% from 557); Blue value is 153 (60.16% from 255 or 27.47% from 557); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A499 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A499 is #0F5B66. Grayscale: #B9B9B9. Windows color (decimal): -1006439 or 10069232. OLE color: 10069232.

HSL color Cylindrical-coordinate representation of color #F0A499: hue angle of 7.59º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F0A499 is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB240164153-
CMYK00.320.360.06
HSL7.59º74.36%77.06%-
HSV(B)7.59º36.25%94.12%-
XYZ54.9647.3836.38-
YUV185.47109.68166.89-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.09%
GREEN value IS 164 (64.45% from 255) = 29.44%
BLUE value IS 153 (60.16% from 255) = 27.47%
R=43.09%
G=29.44%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016415300.320.360.067.5974.3677.06
HexF0A49902024684a4d
Octal36024423104044610112115
Binary1111000010100100100110010100000100100110100010010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A499; }

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

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

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

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

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

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

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

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