#F9A68C

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

Shades of Rose Bud #F9A68C

Tints of Rose Bud #F9A68C

Color information

#F9A68C (or 0xF9A68C) is unknown color: approx Rose Bud. HEX triplet: F9, A6 and 8C. RGB value is (249,166,140). Sum of RGB (Red+Green+Blue) = 249+166+140=555 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.86% from 555); Green value is 166 (65.23% from 255 or 29.91% from 555); Blue value is 140 (55.08% from 255 or 25.23% from 555); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A68C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A68C is #065973. Grayscale: #BCBCBC. Windows color (decimal): -416116 or 9217785. OLE color: 9217785.

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

Color convert

RGB249166140-
CMYK00.330.440.02
HSL14.31º90.08%76.27%-
HSV(B)14.31º43.78%97.65%-
XYZ57.4449.3131.3-
YUV187.85101171.61-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 44.86%
GREEN value IS 166 (65.23% from 255) = 29.91%
BLUE value IS 140 (55.08% from 255) = 25.23%
R=44.86%
G=29.91%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24916614000.330.440.0214.3190.0876.27
HexF9A68C0212C2e5a4c
Octal37124621404154216132114
Binary111110011010011010001100010000110110010111010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A68C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A68C; }

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

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

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

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

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

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

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

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