#F8D492

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

Shades of Caramel #F8D492

Tints of Caramel #F8D492

Color information

#F8D492 (or 0xF8D492) is unknown color: approx Caramel. HEX triplet: F8, D4 and 92. RGB value is (248,212,146). Sum of RGB (Red+Green+Blue) = 248+212+146=606 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.92% from 606); Green value is 212 (83.20% from 255 or 34.98% from 606); Blue value is 146 (57.42% from 255 or 24.09% from 606); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D492 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8D492 is #072B6D. Grayscale: #D7D7D7. Windows color (decimal): -469870 or 9622776. OLE color: 9622776.

HSL color Cylindrical-coordinate representation of color #F8D492: hue angle of 38.82º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F8D492 is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.03.

Color convert

RGB248212146-
CMYK00.150.410.03
HSL38.82º87.93%77.25%-
HSV(B)38.82º41.13%97.25%-
XYZ67.4469.1236.98-
YUV215.2488.93151.37-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.92%
GREEN value IS 212 (83.20% from 255) = 34.98%
BLUE value IS 146 (57.42% from 255) = 24.09%
R=40.92%
G=34.98%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.41
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24821214600.150.410.0338.8287.9377.25
HexF8D4920F29327584d
Octal37032422201751347130115
Binary111110001101010010010010011111010011110011110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D492; }

 p { color: rgb(248,212,146); }

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

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

 a { background-color: rgb(248,212,146); }

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

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

 span { border-color: rgb(248,212,146); }

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