#F8D395

Color #F8D395 Caramel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caramel #F8D395

Tints of Caramel #F8D395

Color information

#F8D395 (or 0xF8D395) is unknown color: approx Caramel. HEX triplet: F8, D3 and 95. RGB value is (248,211,149). Sum of RGB (Red+Green+Blue) = 248+211+149=608 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.79% from 608); Green value is 211 (82.81% from 255 or 34.70% from 608); Blue value is 149 (58.59% from 255 or 24.51% from 608); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D395 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8D395 is #072C6A. Grayscale: #D7D7D7. Windows color (decimal): -470123 or 9819128. OLE color: 9819128.

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

Color convert

RGB248211149-
CMYK00.150.400.03
HSL37.58º87.61%77.84%-
HSV(B)37.58º39.92%97.25%-
XYZ67.4368.7138.14-
YUV21590.76151.54-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.79%
GREEN value IS 211 (82.81% from 255) = 34.70%
BLUE value IS 149 (58.59% from 255) = 24.51%
R=40.79%
G=34.70%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24821114900.150.400.0337.5887.6177.84
HexF8D3950F28326584e
Octal37032322501750346130116
Binary111110001101001110010101011111010001110011010110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D395; }

 p { color: rgb(248,211,149); }

 H1.HeaderClassName
 {
   color: #F8D395;
 }
 .AnyTagClassName
 {
   color: #F8D395;
 }
</style>
background-color css

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

 a { background-color: rgb(248,211,149); }

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

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

 span { border-color: rgb(248,211,149); }

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