#F9A391

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

Shades of Rose Bud #F9A391

Tints of Rose Bud #F9A391

Color information

#F9A391 (or 0xF9A391) is unknown color: approx Rose Bud. HEX triplet: F9, A3 and 91. RGB value is (249,163,145). Sum of RGB (Red+Green+Blue) = 249+163+145=557 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.70% from 557); Green value is 163 (64.06% from 255 or 29.26% from 557); Blue value is 145 (57.03% from 255 or 26.03% from 557); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A391 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A391 is #065C6E. Grayscale: #BABABA. Windows color (decimal): -416879 or 9544697. OLE color: 9544697.

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

Color convert

RGB249163145-
CMYK00.350.420.02
HSL10.38º89.66%77.25%-
HSV(B)10.38º41.77%97.65%-
XYZ57.2748.3833.11-
YUV186.66104.49172.46-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 44.70%
GREEN value IS 163 (64.06% from 255) = 29.26%
BLUE value IS 145 (57.03% from 255) = 26.03%
R=44.70%
G=29.26%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24916314500.350.420.0210.3889.6677.25
HexF9A3910232A2a5a4d
Octal37124322104352212132115
Binary111110011010001110010001010001110101010101010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A391; }

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

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

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

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

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

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

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

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