#F9D492

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

Shades of Caramel #F9D492

Tints of Caramel #F9D492

Color information

#F9D492 (or 0xF9D492) is unknown color: approx Caramel. HEX triplet: F9, D4 and 92. RGB value is (249,212,146). Sum of RGB (Red+Green+Blue) = 249+212+146=607 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.02% from 607); Green value is 212 (83.20% from 255 or 34.93% from 607); Blue value is 146 (57.42% from 255 or 24.05% from 607); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D492 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9D492 is #062B6D. Grayscale: #D7D7D7. Windows color (decimal): -404334 or 9622777. OLE color: 9622777.

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

Color convert

RGB249212146-
CMYK00.150.410.02
HSL38.45º89.57%77.45%-
HSV(B)38.45º41.37%97.65%-
XYZ67.869.337-
YUV215.5488.76151.87-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.02%
GREEN value IS 212 (83.20% from 255) = 34.93%
BLUE value IS 146 (57.42% from 255) = 24.05%
R=41.02%
G=34.93%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24921214600.150.410.0238.4589.5777.45
HexF9D4920F292265a4d
Octal37132422201751246132115
Binary111110011101010010010010011111010011010011010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9D492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9D492; }

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

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

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

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

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

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

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

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