#F6D198

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

Shades of Caramel #F6D198

Tints of Caramel #F6D198

Color information

#F6D198 (or 0xF6D198) is unknown color: approx Caramel. HEX triplet: F6, D1 and 98. RGB value is (246,209,152). Sum of RGB (Red+Green+Blue) = 246+209+152=607 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.53% from 607); Green value is 209 (82.03% from 255 or 34.43% from 607); Blue value is 152 (59.77% from 255 or 25.04% from 607); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D198 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6D198 is #092E67. Grayscale: #D5D5D5. Windows color (decimal): -601704 or 10015222. OLE color: 10015222.

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

Color convert

RGB246209152-
CMYK00.150.380.04
HSL36.38º83.93%78.04%-
HSV(B)36.38º38.21%96.47%-
XYZ66.4767.4639.22-
YUV213.5693.26151.13-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.53%
GREEN value IS 209 (82.03% from 255) = 34.43%
BLUE value IS 152 (59.77% from 255) = 25.04%
R=40.53%
G=34.43%
B=25.04%

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
Decimal24620915200.150.380.0436.3883.9378.04
HexF6D1980F26424544e
Octal36632123001746444124116
Binary1111011011010001100110000111110011010010010010101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6D198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6D198; }

 p { color: rgb(246,209,152); }

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

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

 a { background-color: rgb(246,209,152); }

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

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

 span { border-color: rgb(246,209,152); }

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