#FBD594

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

Shades of Caramel #FBD594

Tints of Caramel #FBD594

Color information

#FBD594 (or 0xFBD594) is unknown color: approx Caramel. HEX triplet: FB, D5 and 94. RGB value is (251,213,148). Sum of RGB (Red+Green+Blue) = 251+213+148=612 (81% of max value = 765). Red value is 251 (98.44% from 255 or 41.01% from 612); Green value is 213 (83.59% from 255 or 34.80% from 612); Blue value is 148 (58.20% from 255 or 24.18% from 612); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD594 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBD594 is #042A6B. Grayscale: #D9D9D9. Windows color (decimal): -273004 or 9754107. OLE color: 9754107.

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

Color convert

RGB251213148-
CMYK00.150.410.02
HSL37.86º92.79%78.24%-
HSV(B)37.86º41.04%98.43%-
XYZ68.9270.2437.94-
YUV216.9589.09152.29-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.01%
GREEN value IS 213 (83.59% from 255) = 34.80%
BLUE value IS 148 (58.20% from 255) = 24.18%
R=41.01%
G=34.80%
B=24.18%

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
Decimal25121314800.150.410.0237.8692.7978.24
HexFBD5940F292265d4e
Octal37332522401751246135116
Binary111110111101010110010100011111010011010011010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD594; }

 p { color: rgb(251,213,148); }

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

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

 a { background-color: rgb(251,213,148); }

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

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

 span { border-color: rgb(251,213,148); }

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