#F8D090

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

Shades of Caramel #F8D090

Tints of Caramel #F8D090

Color information

#F8D090 (or 0xF8D090) is unknown color: approx Caramel. HEX triplet: F8, D0 and 90. RGB value is (248,208,144). Sum of RGB (Red+Green+Blue) = 248+208+144=600 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.33% from 600); Green value is 208 (81.64% from 255 or 34.67% from 600); Blue value is 144 (56.64% from 255 or 24% from 600); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D090 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8D090 is #072F6F. Grayscale: #D4D4D4. Windows color (decimal): -470896 or 9490680. OLE color: 9490680.

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

Color convert

RGB248208144-
CMYK00.160.420.03
HSL36.92º88.14%76.86%-
HSV(B)36.92º41.94%97.25%-
XYZ66.367.0835.84-
YUV212.6689.25153.2-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.33%
GREEN value IS 208 (81.64% from 255) = 34.67%
BLUE value IS 144 (56.64% from 255) = 24%
R=41.33%
G=34.67%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.42
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820814400.160.420.0336.9288.1476.86
HexF8D0900102A325584d
Octal37032022002052345130115
Binary1111100011010000100100000100001010101110010110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D090; }

 p { color: rgb(248,208,144); }

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

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

 a { background-color: rgb(248,208,144); }

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

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

 span { border-color: rgb(248,208,144); }

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