#F6D19A

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

Shades of Caramel #F6D19A

Tints of Caramel #F6D19A

Color information

#F6D19A (or 0xF6D19A) is unknown color: approx Caramel. HEX triplet: F6, D1 and 9A. RGB value is (246,209,154). Sum of RGB (Red+Green+Blue) = 246+209+154=609 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.39% from 609); Green value is 209 (82.03% from 255 or 34.32% from 609); Blue value is 154 (60.55% from 255 or 25.29% from 609); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D19A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6D19A is #092E65. Grayscale: #D6D6D6. Windows color (decimal): -601702 or 10146294. OLE color: 10146294.

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

Color convert

RGB246209154-
CMYK00.150.370.04
HSL35.87º83.64%78.43%-
HSV(B)35.87º37.4%96.47%-
XYZ66.6467.5340.09-
YUV213.7994.26150.97-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.39%
GREEN value IS 209 (82.03% from 255) = 34.32%
BLUE value IS 154 (60.55% from 255) = 25.29%
R=40.39%
G=34.32%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.37
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24620915400.150.370.0435.8783.6478.43
HexF6D19A0F25424544e
Octal36632123201745444124116
Binary1111011011010001100110100111110010110010010010101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6D19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6D19A; }

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

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

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

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

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

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

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

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