#F7CD99

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

Shades of Peach-Orange #F7CD99

Tints of Peach-Orange #F7CD99

Color information

#F7CD99 (or 0xF7CD99) is unknown color: approx Peach-Orange. HEX triplet: F7, CD and 99. RGB value is (247,205,153). Sum of RGB (Red+Green+Blue) = 247+205+153=605 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.83% from 605); Green value is 205 (80.47% from 255 or 33.88% from 605); Blue value is 153 (60.16% from 255 or 25.29% from 605); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CD99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7CD99 is #083266. Grayscale: #D3D3D3. Windows color (decimal): -537191 or 10079735. OLE color: 10079735.

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

Color convert

RGB247205153-
CMYK00.170.380.03
HSL33.19º85.45%78.43%-
HSV(B)33.19º38.06%96.86%-
XYZ65.9465.7439.35-
YUV211.6394.91153.23-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.83%
GREEN value IS 205 (80.47% from 255) = 33.88%
BLUE value IS 153 (60.16% from 255) = 25.29%
R=40.83%
G=33.88%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.38
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720515300.170.380.0333.1985.4578.43
HexF7CD9901126321554e
Octal36731523102146341125116
Binary1111011111001101100110010100011001101110000110101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CD99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CD99; }

 p { color: rgb(247,205,153); }

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

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

 a { background-color: rgb(247,205,153); }

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

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

 span { border-color: rgb(247,205,153); }

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