#F6C799

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

Shades of Peach-Orange #F6C799

Tints of Peach-Orange #F6C799

Color information

#F6C799 (or 0xF6C799) is unknown color: approx Peach-Orange. HEX triplet: F6, C7 and 99. RGB value is (246,199,153). Sum of RGB (Red+Green+Blue) = 246+199+153=598 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41.14% from 598); Green value is 199 (78.12% from 255 or 33.28% from 598); Blue value is 153 (60.16% from 255 or 25.59% from 598); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C799 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C799 is #093866. Grayscale: #D0D0D0. Windows color (decimal): -604263 or 10078198. OLE color: 10078198.

HSL color Cylindrical-coordinate representation of color #F6C799: hue angle of 29.68º 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 #F6C799 is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.04.

Color convert

RGB246199153-
CMYK00.190.380.04
HSL29.68º83.78%78.24%-
HSV(B)29.68º37.8%96.47%-
XYZ64.1862.7438.86-
YUV207.8197.07155.24-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.14%
GREEN value IS 199 (78.12% from 255) = 33.28%
BLUE value IS 153 (60.16% from 255) = 25.59%
R=41.14%
G=33.28%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.38
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24619915300.190.380.0429.6883.7878.24
HexF6C7990132641e544e
Octal36630723102346436124116
Binary1111011011000111100110010100111001101001111010101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6C799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6C799; }

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

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

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

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

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

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

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

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