Html Css Color HEX #F6D295 Caramel

📋 copy color: '#F6D295'

red 246 ◦ green 210 ◦ blue 149

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

Shades of Caramel #F6D295

Tints of Caramel #F6D295

RGB

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

 GREEN value IS 210 (82.42% from 255) = 34.71%

 BLUE value IS 149 (58.59% from 255) = 24.63%

R = 40.66%
G = 34.71%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#F6D295 (or 0xF6D295) is known color: Caramel. HEX triplet: F6, D2 and 95. RGB value is (246,210,149). Sum of RGB (Red+Green+Blue) = 246+210+149=605 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.66% from 605); Green value is 210 (82.42% from 255 or 34.71% from 605); Blue value is 149 (58.59% from 255 or 24.63% from 605); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D295 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6D295 is #092D6A. Grayscale: #D6D6D6. Windows color (decimal): -601451 or 9818870. OLE color: 9818870.

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

Color convert

RGB 246 210 149 -
CMYK 0 0.15 0.39 0.04
HSL 37.73º 0.84% 0.77% -
HSV(B) 37.73º 0.39% 0.96% -
XYZ 66.48 67.86 38.03 -
YUV 213.81 91.43 150.96 -
System Red Green Blue C M Y K H S L
Decimal 246 210 149 0 0.15 0.39 0.04 37.73 0.84 0.77
Hex F6 D2 95 0 F 27 4 26 54 4D
Octal 366 322 225 0 17 47 4 46 124 115
Binary 11110110 11010010 10010101 0 1111 100111 100 100110 1010100 1001101

Color Harmonies of #F6D295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D295

Black with #F6D295

Text Example


Text Example

White with #F6D295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D295; }

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

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

background-color css

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

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

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

border-color css

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

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

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