#F7CC96

Color #F7CC96 Peach-Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peach-Orange #F7CC96

Tints of Peach-Orange #F7CC96

Color information

#F7CC96 (or 0xF7CC96) is unknown color: approx Peach-Orange. HEX triplet: F7, CC and 96. RGB value is (247,204,150). Sum of RGB (Red+Green+Blue) = 247+204+150=601 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.10% from 601); Green value is 204 (80.08% from 255 or 33.94% from 601); Blue value is 150 (58.98% from 255 or 24.96% from 601); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CC96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7CC96 is #083369. Grayscale: #D2D2D2. Windows color (decimal): -537450 or 9882871. OLE color: 9882871.

HSL color Cylindrical-coordinate representation of color #F7CC96: hue angle of 33.4º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F7CC96 is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.03.

Color convert

RGB247204150-
CMYK00.170.390.03
HSL33.4º85.84%77.84%-
HSV(B)33.4º39.27%96.86%-
XYZ65.4665.1637.98-
YUV210.793.75153.89-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 41.10%
GREEN value IS 204 (80.08% from 255) = 33.94%
BLUE value IS 150 (58.98% from 255) = 24.96%
R=41.10%
G=33.94%
B=24.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.39
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720415000.170.390.0333.485.8477.84
HexF7CC9601127321564e
Octal36731422602147341126116
Binary1111011111001100100101100100011001111110000110101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CC96; }

 p { color: rgb(247,204,150); }

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

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

 a { background-color: rgb(247,204,150); }

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

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

 span { border-color: rgb(247,204,150); }

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