Html Css Color HEX #F7D095 Caramel

📋 copy color: '#F7D095'

red 247 ◦ green 208 ◦ blue 149

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

Shades of Caramel #F7D095

Tints of Caramel #F7D095

RGB

 RED value IS 247 (96.88% from 255) = 40.89%

 GREEN value IS 208 (81.64% from 255) = 34.44%

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

R = 40.89%
G = 34.44%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#F7D095 (or 0xF7D095) is known color: Caramel. HEX triplet: F7, D0 and 95. RGB value is (247,208,149). Sum of RGB (Red+Green+Blue) = 247+208+149=604 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.89% from 604); Green value is 208 (81.64% from 255 or 34.44% from 604); Blue value is 149 (58.59% from 255 or 24.67% from 604); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D095 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7D095 is #082F6A. Grayscale: #D5D5D5. Windows color (decimal): -536427 or 9818359. OLE color: 9818359.

HSL color Cylindrical-coordinate representation of color #F7D095: hue angle of 36.12º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F7D095 is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 208 149 -
CMYK 0 0.16 0.40 0.03
HSL 36.12º 0.86% 0.78% -
HSV(B) 36.12º 0.4% 0.97% -
XYZ 66.34 67.06 37.88 -
YUV 212.94 91.92 152.3 -
System Red Green Blue C M Y K H S L
Decimal 247 208 149 0 0.16 0.40 0.03 36.12 0.86 0.78
Hex F7 D0 95 0 10 28 3 24 56 4E
Octal 367 320 225 0 20 50 3 44 126 116
Binary 11110111 11010000 10010101 0 10000 101000 11 100100 1010110 1001110

Color Harmonies of #F7D095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7D095

Black with #F7D095

Text Example


Text Example

White with #F7D095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7D095; }

 p { color: rgb(247,208,149); }

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

background-color css

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

 a { background-color: rgb(247,208,149); }

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

border-color css

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

 span { border-color: rgb(247,208,149); }

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