#F9A999

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

Shades of Rose Bud #F9A999

Tints of Rose Bud #F9A999

Color information

#F9A999 (or 0xF9A999) is unknown color: approx Rose Bud. HEX triplet: F9, A9 and 99. RGB value is (249,169,153). Sum of RGB (Red+Green+Blue) = 249+169+153=571 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.61% from 571); Green value is 169 (66.41% from 255 or 29.60% from 571); Blue value is 153 (60.16% from 255 or 26.80% from 571); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A999 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A999 is #065666. Grayscale: #BFBFBF. Windows color (decimal): -415335 or 10070521. OLE color: 10070521.

HSL color Cylindrical-coordinate representation of color #F9A999: hue angle of 10º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F9A999 is Cyan = 0, Magento = 0.32, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB249169153-
CMYK00.320.390.02
HSL10º88.89%78.82%-
HSV(B)10º38.55%97.65%-
XYZ5950.8236.84-
YUV191.1106.5169.3-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.61%
GREEN value IS 169 (66.41% from 255) = 29.60%
BLUE value IS 153 (60.16% from 255) = 26.80%
R=43.61%
G=29.60%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24916915300.320.390.021088.8978.82
HexF9A999020272a594f
Octal37125123104047212131117
Binary111110011010100110011001010000010011110101010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A999; }

 p { color: rgb(249,169,153); }

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

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

 a { background-color: rgb(249,169,153); }

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

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

 span { border-color: rgb(249,169,153); }

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