Html Css Color HEX #F7C0AE Melon

📋 copy color: '#F7C0AE'

red 247 ◦ green 192 ◦ blue 174

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

Shades of Melon #F7C0AE

Tints of Melon #F7C0AE

RGB

 RED value IS 247 (96.88% from 255) = 40.29%

 GREEN value IS 192 (75.39% from 255) = 31.32%

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

R = 40.29%
G = 31.32%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.30

 K value IS 0.03

RGB Variations

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

Color information

#F7C0AE (or 0xF7C0AE) is known color: Melon. HEX triplet: F7, C0 and AE. RGB value is (247,192,174). Sum of RGB (Red+Green+Blue) = 247+192+174=613 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.29% from 613); Green value is 192 (75.39% from 255 or 31.32% from 613); Blue value is 174 (68.36% from 255 or 28.38% from 613); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C0AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7C0AE is #083F51. Grayscale: #CECECE. Windows color (decimal): -540498 or 11452663. OLE color: 11452663.

HSL color Cylindrical-coordinate representation of color #F7C0AE: hue angle of 14.79º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F7C0AE is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 192 174 -
CMYK 0 0.22 0.30 0.03
HSL 14.79º 0.82% 0.83% -
HSV(B) 14.79º 0.3% 0.97% -
XYZ 64.85 60.53 48.31 -
YUV 206.39 109.72 156.96 -
System Red Green Blue C M Y K H S L
Decimal 247 192 174 0 0.22 0.30 0.03 14.79 0.82 0.83
Hex F7 C0 AE 0 16 1E 3 F 52 53
Octal 367 300 256 0 26 36 3 17 122 123
Binary 11110111 11000000 10101110 0 10110 11110 11 1111 1010010 1010011

Color Harmonies of #F7C0AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C0AE

Black with #F7C0AE

Text Example


Text Example

White with #F7C0AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C0AE; }

 p { color: rgb(247,192,174); }

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

background-color css

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

 a { background-color: rgb(247,192,174); }

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

border-color css

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

 span { border-color: rgb(247,192,174); }

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