#F9A39F

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

Shades of Rose Bud #F9A39F

Tints of Rose Bud #F9A39F

Color information

#F9A39F (or 0xF9A39F) is unknown color: approx Rose Bud. HEX triplet: F9, A3 and 9F. RGB value is (249,163,159). Sum of RGB (Red+Green+Blue) = 249+163+159=571 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.61% from 571); Green value is 163 (64.06% from 255 or 28.55% from 571); Blue value is 159 (62.5% from 255 or 27.85% from 571); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A39F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A39F is #065C60. Grayscale: #BCBCBC. Windows color (decimal): -416865 or 10462201. OLE color: 10462201.

HSL color Cylindrical-coordinate representation of color #F9A39F: hue angle of 2.67º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F9A39F is Cyan = 0, Magento = 0.35, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB249163159-
CMYK00.350.360.02
HSL2.67º88.24%80%-
HSV(B)2.67º36.14%97.65%-
XYZ58.4248.8439.15-
YUV188.26111.49171.33-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.61%
GREEN value IS 163 (64.06% from 255) = 28.55%
BLUE value IS 159 (62.5% from 255) = 27.85%
R=43.61%
G=28.55%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24916315900.350.360.022.6788.2480
HexF9A39F02324235850
Octal3712432370434423130120
Binary1111100110100011100111110100011100100101110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A39F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A39F; }

 p { color: rgb(249,163,159); }

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

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

 a { background-color: rgb(249,163,159); }

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

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

 span { border-color: rgb(249,163,159); }

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