#F0A799

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

Shades of Rose Bud #F0A799

Tints of Rose Bud #F0A799

Color information

#F0A799 (or 0xF0A799) is unknown color: approx Rose Bud. HEX triplet: F0, A7 and 99. RGB value is (240,167,153). Sum of RGB (Red+Green+Blue) = 240+167+153=560 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.86% from 560); Green value is 167 (65.62% from 255 or 29.82% from 560); Blue value is 153 (60.16% from 255 or 27.32% from 560); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A799 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A799 is #0F5866. Grayscale: #BBBBBB. Windows color (decimal): -1005671 or 10070000. OLE color: 10070000.

HSL color Cylindrical-coordinate representation of color #F0A799: hue angle of 9.66º 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 #F0A799 is Cyan = 0, Magento = 0.30, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB240167153-
CMYK00.300.360.06
HSL9.66º74.36%77.06%-
HSV(B)9.66º36.25%94.12%-
XYZ55.548.4636.57-
YUV187.23108.68165.64-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.86%
GREEN value IS 167 (65.62% from 255) = 29.82%
BLUE value IS 153 (60.16% from 255) = 27.32%
R=42.86%
G=29.82%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016715300.300.360.069.6674.3677.06
HexF0A79901E246a4a4d
Octal36024723103644612112115
Binary111100001010011110011001011110100100110101010010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A799; }

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

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

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

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

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

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

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

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