#F7C99E

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

Shades of Peach-Orange #F7C99E

Tints of Peach-Orange #F7C99E

Color information

#F7C99E (or 0xF7C99E) is unknown color: approx Peach-Orange. HEX triplet: F7, C9 and 9E. RGB value is (247,201,158). Sum of RGB (Red+Green+Blue) = 247+201+158=606 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.76% from 606); Green value is 201 (78.91% from 255 or 33.17% from 606); Blue value is 158 (62.11% from 255 or 26.07% from 606); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C99E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7C99E is #083661. Grayscale: #D2D2D2. Windows color (decimal): -538210 or 10406391. OLE color: 10406391.

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

Color convert

RGB247201158-
CMYK00.190.360.03
HSL28.99º84.76%79.41%-
HSV(B)28.99º36.03%96.86%-
XYZ65.4264.0241.26-
YUV209.8598.74154.5-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.76%
GREEN value IS 201 (78.91% from 255) = 33.17%
BLUE value IS 158 (62.11% from 255) = 26.07%
R=40.76%
G=33.17%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.36
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720115800.190.360.0328.9984.7679.41
HexF7C99E0132431d554f
Octal36731123602344335125117
Binary111101111100100110011110010011100100111110110101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7C99E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7C99E; }

 p { color: rgb(247,201,158); }

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

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

 a { background-color: rgb(247,201,158); }

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

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

 span { border-color: rgb(247,201,158); }

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