#F7CE98

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

Shades of Peach-Orange #F7CE98

Tints of Peach-Orange #F7CE98

Color information

#F7CE98 (or 0xF7CE98) is unknown color: approx Peach-Orange. HEX triplet: F7, CE and 98. RGB value is (247,206,152). Sum of RGB (Red+Green+Blue) = 247+206+152=605 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.83% from 605); Green value is 206 (80.86% from 255 or 34.05% from 605); Blue value is 152 (59.77% from 255 or 25.12% from 605); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CE98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7CE98 is #083167. Grayscale: #D4D4D4. Windows color (decimal): -536936 or 10014455. OLE color: 10014455.

HSL color Cylindrical-coordinate representation of color #F7CE98: hue angle of 34.11º degrees, saturation: 0.86, 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 #F7CE98 is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.03.

Color convert

RGB247206152-
CMYK00.170.380.03
HSL34.11º85.59%78.24%-
HSV(B)34.11º38.46%96.86%-
XYZ66.166.1839-
YUV212.194.08152.89-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.83%
GREEN value IS 206 (80.86% from 255) = 34.05%
BLUE value IS 152 (59.77% from 255) = 25.12%
R=40.83%
G=34.05%
B=25.12%

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
Decimal24720615200.170.380.0334.1185.5978.24
HexF7CE9801126322564e
Octal36731623002146342126116
Binary1111011111001110100110000100011001101110001010101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CE98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CE98; }

 p { color: rgb(247,206,152); }

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

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

 a { background-color: rgb(247,206,152); }

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

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

 span { border-color: rgb(247,206,152); }

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