Html Css Color HEX #F6D394 Caramel

📋 copy color: '#F6D394'

red 246 ◦ green 211 ◦ blue 148

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

Shades of Caramel #F6D394

Tints of Caramel #F6D394

RGB

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

 GREEN value IS 211 (82.81% from 255) = 34.88%

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

R = 40.66%
G = 34.88%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#F6D394 (or 0xF6D394) is known color: Caramel. HEX triplet: F6, D3 and 94. RGB value is (246,211,148). Sum of RGB (Red+Green+Blue) = 246+211+148=605 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.66% from 605); Green value is 211 (82.81% from 255 or 34.88% from 605); Blue value is 148 (58.20% from 255 or 24.46% from 605); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D394 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6D394 is #092C6B. Grayscale: #D6D6D6. Windows color (decimal): -601196 or 9753590. OLE color: 9753590.

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

Color convert

RGB 246 211 148 -
CMYK 0 0.14 0.40 0.04
HSL 38.57º 0.84% 0.77% -
HSV(B) 38.57º 0.4% 0.96% -
XYZ 66.65 68.32 37.69 -
YUV 214.28 90.6 150.62 -
System Red Green Blue C M Y K H S L
Decimal 246 211 148 0 0.14 0.40 0.04 38.57 0.84 0.77
Hex F6 D3 94 0 E 28 4 27 54 4D
Octal 366 323 224 0 16 50 4 47 124 115
Binary 11110110 11010011 10010100 0 1110 101000 100 100111 1010100 1001101

Color Harmonies of #F6D394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D394

Black with #F6D394

Text Example


Text Example

White with #F6D394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D394; }

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

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

background-color css

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

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

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

border-color css

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

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

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