#FBD491

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

Shades of Caramel #FBD491

Tints of Caramel #FBD491

Color information

#FBD491 (or 0xFBD491) is unknown color: approx Caramel. HEX triplet: FB, D4 and 91. RGB value is (251,212,145). Sum of RGB (Red+Green+Blue) = 251+212+145=608 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.28% from 608); Green value is 212 (83.20% from 255 or 34.87% from 608); Blue value is 145 (57.03% from 255 or 23.85% from 608); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD491 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBD491 is #042B6E. Grayscale: #D8D8D8. Windows color (decimal): -273263 or 9557243. OLE color: 9557243.

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

Color convert

RGB251212145-
CMYK00.160.420.02
HSL37.92º92.98%77.65%-
HSV(B)37.92º42.23%98.43%-
XYZ68.4469.6436.62-
YUV216.0287.92152.95-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.28%
GREEN value IS 212 (83.20% from 255) = 34.87%
BLUE value IS 145 (57.03% from 255) = 23.85%
R=41.28%
G=34.87%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121214500.160.420.0237.9292.9877.65
HexFBD4910102A2265d4e
Octal37332422102052246135116
Binary1111101111010100100100010100001010101010011010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD491; }

 p { color: rgb(251,212,145); }

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

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

 a { background-color: rgb(251,212,145); }

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

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

 span { border-color: rgb(251,212,145); }

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