Html Css Color HEX #F9C2AE Melon

📋 copy color: '#F9C2AE'

red 249 ◦ green 194 ◦ blue 174

#F9C2AE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Melon #F9C2AE

Tints of Melon #F9C2AE

RGB

 RED value IS 249 (97.66% from 255) = 40.36%

 GREEN value IS 194 (76.17% from 255) = 31.44%

 BLUE value IS 174 (68.36% from 255) = 28.2%

R = 40.36%
G = 31.44%
B = 28.2%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#F9C2AE (or 0xF9C2AE) is known color: Melon. HEX triplet: F9, C2 and AE. RGB value is (249,194,174). Sum of RGB (Red+Green+Blue) = 249+194+174=617 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.36% from 617); Green value is 194 (76.17% from 255 or 31.44% from 617); Blue value is 174 (68.36% from 255 or 28.20% from 617); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C2AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9C2AE is #063D51. Grayscale: #D0D0D0. Windows color (decimal): -408914 or 11453177. OLE color: 11453177.

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

Color convert

RGB 249 194 174 -
CMYK 0 0.22 0.30 0.02
HSL 16º 0.86% 0.83% -
HSV(B) 16º 0.3% 0.98% -
XYZ 66 61.78 48.49 -
YUV 208.17 108.72 157.13 -
System Red Green Blue C M Y K H S L
Decimal 249 194 174 0 0.22 0.30 0.02 16 0.86 0.83
Hex F9 C2 AE 0 16 1E 2 10 56 53
Octal 371 302 256 0 26 36 2 20 126 123
Binary 11111001 11000010 10101110 0 10110 11110 10 10000 1010110 1010011

Color Harmonies of #F9C2AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C2AE

Black with #F9C2AE

Text Example


Text Example

White with #F9C2AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C2AE; }

 p { color: rgb(249,194,174); }

 H1.HeaderClassName
 {
   color: #F9C2AE;
 }
 .AnyTagClassName
 {
   color: #F9C2AE;
 }
</style>

background-color css

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

 a { background-color: rgb(249,194,174); }

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

border-color css

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

 span { border-color: rgb(249,194,174); }

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