#F9A58E

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

Shades of Rose Bud #F9A58E

Tints of Rose Bud #F9A58E

Color information

#F9A58E (or 0xF9A58E) is unknown color: approx Rose Bud. HEX triplet: F9, A5 and 8E. RGB value is (249,165,142). Sum of RGB (Red+Green+Blue) = 249+165+142=556 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.78% from 556); Green value is 165 (64.84% from 255 or 29.68% from 556); Blue value is 142 (55.86% from 255 or 25.54% from 556); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A58E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A58E is #065A71. Grayscale: #BBBBBB. Windows color (decimal): -416370 or 9348601. OLE color: 9348601.

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

Color convert

RGB249165142-
CMYK00.340.430.02
HSL12.9º89.92%76.67%-
HSV(B)12.9º42.97%97.65%-
XYZ57.44932.02-
YUV187.49102.33171.87-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 44.78%
GREEN value IS 165 (64.84% from 255) = 29.68%
BLUE value IS 142 (55.86% from 255) = 25.54%
R=44.78%
G=29.68%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24916514200.340.430.0212.989.9276.67
HexF9A58E0222B2d5a4d
Octal37124521604253215132115
Binary111110011010010110001110010001010101110110110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A58E; }

 p { color: rgb(249,165,142); }

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

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

 a { background-color: rgb(249,165,142); }

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

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

 span { border-color: rgb(249,165,142); }

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