Shades of Caramel #FBCF90
Tints of Caramel #FBCF90
RGB
CMYK
RGB Variations
Color information
#FBCF90 (or 0xFBCF90) is known color: Caramel. HEX triplet: FB, CF and 90. RGB value is (251,207,144). Sum of RGB (Red+Green+Blue) = 251+207+144=602 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.69% from 602); Green value is 207 (81.25% from 255 or 34.39% from 602); Blue value is 144 (56.64% from 255 or 23.92% from 602); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCF90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCF90 is #04306F. Grayscale: #D5D5D5. Windows color (decimal): -274544 or 9490427. OLE color: 9490427.
HSL color Cylindrical-coordinate representation of color #FBCF90: hue angle of 35.33º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FBCF90 is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 207 | 144 | - |
| CMYK | 0 | 0.18 | 0.43 | 0.02 |
| HSL | 35.33º | 0.93% | 0.77% | - |
| HSV(B) | 35.33º | 0.43% | 0.98% | - |
| XYZ | 67.13 | 67.15 | 35.81 | - |
| YUV | 212.97 | 89.08 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 207 | 144 | 0 | 0.18 | 0.43 | 0.02 | 35.33 | 0.93 | 0.77 |
| Hex | FB | CF | 90 | 0 | 12 | 2B | 2 | 23 | 5D | 4D |
| Octal | 373 | 317 | 220 | 0 | 22 | 53 | 2 | 43 | 135 | 115 |
| Binary | 11111011 | 11001111 | 10010000 | 0 | 10010 | 101011 | 10 | 100011 | 1011101 | 1001101 |
Color Harmonies of #FBCF90
Complementary color
Monochromatic Colors of #FBCF90
Black with #FBCF90
Text Example
Text Example
White with #FBCF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCF90; }
p { color: rgb(251,207,144); }
H1.HeaderClassName
{
color: #FBCF90;
}
.AnyTagClassName
{
color: #FBCF90;
}
</style>
background-color css
<style>
a { background-color: #FBCF90; }
a { background-color: rgb(251,207,144); }
div.DivClassName
{
background-color: #FBCF90;
}
.BgClassName
{
background-color: #FBCF90;
}
</style>
border-color css
<style>
span { border-color: #FBCF90; }
span { border-color: rgb(251,207,144); }
td.TdClassName
{
border-color: #FBCF90;
}
.TagClassName
{
border-color: #FBCF90;
}
</style>