#F9C0AF

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

Shades of Melon #F9C0AF

Tints of Melon #F9C0AF

Color information

#F9C0AF (or 0xF9C0AF) is unknown color: approx Melon. HEX triplet: F9, C0 and AF. RGB value is (249,192,175). Sum of RGB (Red+Green+Blue) = 249+192+175=616 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.42% from 616); Green value is 192 (75.39% from 255 or 31.17% from 616); Blue value is 175 (68.75% from 255 or 28.41% from 616); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C0AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9C0AF is #063F50. Grayscale: #CFCFCF. Windows color (decimal): -409425 or 11518201. OLE color: 11518201.

HSL color Cylindrical-coordinate representation of color #F9C0AF: hue angle of 13.78º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F9C0AF is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB249192175-
CMYK00.230.300.02
HSL13.78º86.05%83.14%-
HSV(B)13.78º29.72%97.65%-
XYZ65.6560.9348.86-
YUV207.1109.88157.88-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.42%
GREEN value IS 192 (75.39% from 255) = 31.17%
BLUE value IS 175 (68.75% from 255) = 28.41%
R=40.42%
G=31.17%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24919217500.230.300.0213.7886.0583.14
HexF9C0AF0171E2e5653
Octal37130025702736216126123
Binary1111100111000000101011110101111111010111010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9C0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9C0AF; }

 p { color: rgb(249,192,175); }

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

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

 a { background-color: rgb(249,192,175); }

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

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

 span { border-color: rgb(249,192,175); }

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