#f6d299

Color #F6D299 Caramel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caramel #F6D299

Tints of Caramel #F6D299

Color information

#F6D299 (or 0xF6D299) is unknown color: approx Caramel. HEX triplet: F6, D2 and 99. RGB value is (246,210,153). Sum of RGB (Red+Green+Blue) = 246+210+153=609 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.39% from 609); Green value is 210 (82.42% from 255 or 34.48% from 609); Blue value is 153 (60.16% from 255 or 25.12% from 609); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D299 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6D299 is #092D66. Grayscale: #D6D6D6. Windows color (decimal): -601447 or 10081014. OLE color: 10081014.

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

Color convert

RGB246210153-
CMYK00.150.380.04
HSL36.77º83.78%78.24%-
HSV(B)36.77º37.8%96.47%-
XYZ66.867.9939.74-
YUV214.2793.43150.63-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.39%
GREEN value IS 210 (82.42% from 255) = 34.48%
BLUE value IS 153 (60.16% from 255) = 25.12%
R=40.39%
G=34.48%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.38
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24621015300.150.380.0436.7783.7878.24
HexF6D2990F26425544e
Octal36632223101746445124116
Binary1111011011010010100110010111110011010010010110101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f6d299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f6d299; }

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

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

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

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

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

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

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

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