Html Css Color HEX #F6D194 Caramel

📋 copy color: '#F6D194'

red 246 ◦ green 209 ◦ blue 148

#F6D194
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caramel #F6D194

Tints of Caramel #F6D194

RGB

 RED value IS 246 (96.48% from 255) = 40.8%

 GREEN value IS 209 (82.03% from 255) = 34.66%

 BLUE value IS 148 (58.2% from 255) = 24.54%

R = 40.8%
G = 34.66%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#F6D194 (or 0xF6D194) is known color: Caramel. HEX triplet: F6, D1 and 94. RGB value is (246,209,148). Sum of RGB (Red+Green+Blue) = 246+209+148=603 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.80% from 603); Green value is 209 (82.03% from 255 or 34.66% from 603); Blue value is 148 (58.20% from 255 or 24.54% from 603); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D194 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6D194 is #092E6B. Grayscale: #D5D5D5. Windows color (decimal): -601708 or 9753078. OLE color: 9753078.

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

Color convert

RGB 246 209 148 -
CMYK 0 0.15 0.40 0.04
HSL 37.35º 0.84% 0.77% -
HSV(B) 37.35º 0.4% 0.96% -
XYZ 66.15 67.33 37.53 -
YUV 213.11 91.26 151.46 -
System Red Green Blue C M Y K H S L
Decimal 246 209 148 0 0.15 0.40 0.04 37.35 0.84 0.77
Hex F6 D1 94 0 F 28 4 25 54 4D
Octal 366 321 224 0 17 50 4 45 124 115
Binary 11110110 11010001 10010100 0 1111 101000 100 100101 1010100 1001101

Color Harmonies of #F6D194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D194

Black with #F6D194

Text Example


Text Example

White with #F6D194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D194; }

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

 H1.HeaderClassName
 {
   color: #F6D194;
 }
 .AnyTagClassName
 {
   color: #F6D194;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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