#FBD498

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

Shades of Caramel #FBD498

Tints of Caramel #FBD498

Color information

#FBD498 (or 0xFBD498) is unknown color: approx Caramel. HEX triplet: FB, D4 and 98. RGB value is (251,212,152). Sum of RGB (Red+Green+Blue) = 251+212+152=615 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.81% from 615); Green value is 212 (83.20% from 255 or 34.47% from 615); Blue value is 152 (59.77% from 255 or 24.72% from 615); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD498 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBD498 is #042B67. Grayscale: #D9D9D9. Windows color (decimal): -273256 or 10015995. OLE color: 10015995.

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

Color convert

RGB251212152-
CMYK00.160.390.02
HSL36.36º92.52%79.02%-
HSV(B)36.36º39.44%98.43%-
XYZ68.9969.8639.55-
YUV216.8291.42152.38-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.81%
GREEN value IS 212 (83.20% from 255) = 34.47%
BLUE value IS 152 (59.77% from 255) = 24.72%
R=40.81%
G=34.47%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121215200.160.390.0236.3692.5279.02
HexFBD498010272245d4f
Octal37332423002047244135117
Binary1111101111010100100110000100001001111010010010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD498; }

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

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

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

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

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

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

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

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