#F9A691

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

Shades of Rose Bud #F9A691

Tints of Rose Bud #F9A691

Color information

#F9A691 (or 0xF9A691) is unknown color: approx Rose Bud. HEX triplet: F9, A6 and 91. RGB value is (249,166,145). Sum of RGB (Red+Green+Blue) = 249+166+145=560 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.46% from 560); Green value is 166 (65.23% from 255 or 29.64% from 560); Blue value is 145 (57.03% from 255 or 25.89% from 560); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A691 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A691 is #06596E. Grayscale: #BCBCBC. Windows color (decimal): -416111 or 9545465. OLE color: 9545465.

HSL color Cylindrical-coordinate representation of color #F9A691: hue angle of 12.12º 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 #F9A691 is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB249166145-
CMYK00.330.420.02
HSL12.12º89.66%77.25%-
HSV(B)12.12º41.77%97.65%-
XYZ57.8149.4633.29-
YUV188.42103.5171.21-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 44.46%
GREEN value IS 166 (65.23% from 255) = 29.64%
BLUE value IS 145 (57.03% from 255) = 25.89%
R=44.46%
G=29.64%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24916614500.330.420.0212.1289.6677.25
HexF9A6910212A2c5a4d
Octal37124622104152214132115
Binary111110011010011010010001010000110101010110010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A691; }

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

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

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

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

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

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

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

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