#F6CE99

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

Shades of Peach-Orange #F6CE99

Tints of Peach-Orange #F6CE99

Color information

#F6CE99 (or 0xF6CE99) is unknown color: approx Peach-Orange. HEX triplet: F6, CE and 99. RGB value is (246,206,153). Sum of RGB (Red+Green+Blue) = 246+206+153=605 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.66% from 605); Green value is 206 (80.86% from 255 or 34.05% from 605); Blue value is 153 (60.16% from 255 or 25.29% from 605); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CE99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6CE99 is #093166. Grayscale: #D4D4D4. Windows color (decimal): -602471 or 10079990. OLE color: 10079990.

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

Color convert

RGB246206153-
CMYK00.160.380.04
HSL34.19º83.78%78.24%-
HSV(B)34.19º37.8%96.47%-
XYZ65.8366.0439.41-
YUV211.9294.75152.31-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.66%
GREEN value IS 206 (80.86% from 255) = 34.05%
BLUE value IS 153 (60.16% from 255) = 25.29%
R=40.66%
G=34.05%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.38
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24620615300.160.380.0434.1983.7878.24
HexF6CE9901026422544e
Octal36631623102046442124116
Binary11110110110011101001100101000010011010010001010101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CE99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CE99; }

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

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

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

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

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

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

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

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