#F9AC8F

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

Shades of Rose Bud #F9AC8F

Tints of Rose Bud #F9AC8F

Color information

#F9AC8F (or 0xF9AC8F) is unknown color: approx Rose Bud. HEX triplet: F9, AC and 8F. RGB value is (249,172,143). Sum of RGB (Red+Green+Blue) = 249+172+143=564 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.15% from 564); Green value is 172 (67.58% from 255 or 30.50% from 564); Blue value is 143 (56.25% from 255 or 25.35% from 564); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AC8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9AC8F is #065370. Grayscale: #BFBFBF. Windows color (decimal): -414577 or 9415929. OLE color: 9415929.

HSL color Cylindrical-coordinate representation of color #F9AC8F: hue angle of 16.42º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F9AC8F is Cyan = 0, Magento = 0.31, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB249172143-
CMYK00.310.430.02
HSL16.42º89.83%76.86%-
HSV(B)16.42º42.57%97.65%-
XYZ58.7851.6332.85-
YUV191.72100.51168.86-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 44.15%
GREEN value IS 172 (67.58% from 255) = 30.50%
BLUE value IS 143 (56.25% from 255) = 25.35%
R=44.15%
G=30.50%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24917214300.310.430.0216.4289.8376.86
HexF9AC8F01F2B2105a4d
Octal37125421703753220132115
Binary111110011010110010001111011111101011101000010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9AC8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9AC8F; }

 p { color: rgb(249,172,143); }

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

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

 a { background-color: rgb(249,172,143); }

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

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

 span { border-color: rgb(249,172,143); }

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