#F8A59F

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

Shades of Rose Bud #F8A59F

Tints of Rose Bud #F8A59F

Color information

#F8A59F (or 0xF8A59F) is unknown color: approx Rose Bud. HEX triplet: F8, A5 and 9F. RGB value is (248,165,159). Sum of RGB (Red+Green+Blue) = 248+165+159=572 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.36% from 572); Green value is 165 (64.84% from 255 or 28.85% from 572); Blue value is 159 (62.5% from 255 or 27.80% from 572); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A59F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8A59F is #075A60. Grayscale: #BDBDBD. Windows color (decimal): -481889 or 10462712. OLE color: 10462712.

HSL color Cylindrical-coordinate representation of color #F8A59F: hue angle of 4.04º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F8A59F is Cyan = 0, Magento = 0.33, Yellow = 0.36 and Black (K on CMYK) = 0.03.

Color convert

RGB248165159-
CMYK00.330.360.03
HSL4.04º86.41%79.8%-
HSV(B)4.04º35.89%97.25%-
XYZ58.4249.3739.25-
YUV189.13111169.99-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 43.36%
GREEN value IS 165 (64.84% from 255) = 28.85%
BLUE value IS 159 (62.5% from 255) = 27.80%
R=43.36%
G=28.85%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.36
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816515900.330.360.034.0486.4179.8
HexF8A59F02124345650
Octal3702452370414434126120
Binary11111000101001011001111101000011001001110010101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A59F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A59F; }

 p { color: rgb(248,165,159); }

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

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

 a { background-color: rgb(248,165,159); }

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

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

 span { border-color: rgb(248,165,159); }

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