Html Css Color HEX #F6D293 Caramel

📋 copy color: '#F6D293'

red 246 ◦ green 210 ◦ blue 147

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

Shades of Caramel #F6D293

Tints of Caramel #F6D293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 24.38%

R = 40.8%
G = 34.83%
B = 24.38%

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

#F6D293 (or 0xF6D293) is known color: Caramel. HEX triplet: F6, D2 and 93. RGB value is (246,210,147). Sum of RGB (Red+Green+Blue) = 246+210+147=603 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.80% from 603); Green value is 210 (82.42% from 255 or 34.83% from 603); Blue value is 147 (57.81% from 255 or 24.38% from 603); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D293 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6D293 is #092D6C. Grayscale: #D5D5D5. Windows color (decimal): -601453 or 9687798. OLE color: 9687798.

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

Color convert

RGB 246 210 147 -
CMYK 0 0.15 0.40 0.04
HSL 38.18º 0.85% 0.77% -
HSV(B) 38.18º 0.4% 0.96% -
XYZ 66.32 67.79 37.19 -
YUV 213.58 90.43 151.12 -
System Red Green Blue C M Y K H S L
Decimal 246 210 147 0 0.15 0.40 0.04 38.18 0.85 0.77
Hex F6 D2 93 0 F 28 4 26 55 4D
Octal 366 322 223 0 17 50 4 46 125 115
Binary 11110110 11010010 10010011 0 1111 101000 100 100110 1010101 1001101

Color Harmonies of #F6D293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D293

Black with #F6D293

Text Example


Text Example

White with #F6D293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D293; }

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

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

background-color css

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

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

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

border-color css

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

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

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