#F6CE97

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

Shades of Peach-Orange #F6CE97

Tints of Peach-Orange #F6CE97

Color information

#F6CE97 (or 0xF6CE97) is unknown color: approx Peach-Orange. HEX triplet: F6, CE and 97. RGB value is (246,206,151). Sum of RGB (Red+Green+Blue) = 246+206+151=603 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.80% from 603); Green value is 206 (80.86% from 255 or 34.16% from 603); Blue value is 151 (59.38% from 255 or 25.04% from 603); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CE97 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6CE97 is #093168. Grayscale: #D3D3D3. Windows color (decimal): -602473 or 9948918. OLE color: 9948918.

HSL color Cylindrical-coordinate representation of color #F6CE97: hue angle of 34.74º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F6CE97 is Cyan = 0, Magento = 0.16, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB246206151-
CMYK00.160.390.04
HSL34.74º84.07%77.84%-
HSV(B)34.74º38.62%96.47%-
XYZ65.6665.9738.55-
YUV211.6993.75152.47-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.80%
GREEN value IS 206 (80.86% from 255) = 34.16%
BLUE value IS 151 (59.38% from 255) = 25.04%
R=40.80%
G=34.16%
B=25.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24620615100.160.390.0434.7484.0777.84
HexF6CE9701027423544e
Octal36631622702047443124116
Binary11110110110011101001011101000010011110010001110101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CE97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CE97; }

 p { color: rgb(246,206,151); }

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

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

 a { background-color: rgb(246,206,151); }

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

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

 span { border-color: rgb(246,206,151); }

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