Shades of Casablanca #F2B056
Tints of Casablanca #F2B056
RGB
CMYK
RGB Variations
Color information
#F2B056 (or 0xF2B056) is known color: Casablanca. HEX triplet: F2, B0 and 56. RGB value is (242,176,86). Sum of RGB (Red+Green+Blue) = 242+176+86=504 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.02% from 504); Green value is 176 (69.14% from 255 or 34.92% from 504); Blue value is 86 (33.98% from 255 or 17.06% from 504); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B056 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2B056 is #0D4FA9. Grayscale: #B9B9B9. Windows color (decimal): -872362 or 5681394. OLE color: 5681394.
HSL color Cylindrical-coordinate representation of color #F2B056: hue angle of 34.62º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F2B056 is Cyan = 0, Magento = 0.27, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 176 | 86 | - |
| CMYK | 0 | 0.27 | 0.64 | 0.05 |
| HSL | 34.62º | 0.86% | 0.64% | - |
| HSV(B) | 34.62º | 0.64% | 0.95% | - |
| XYZ | 53.82 | 50.6 | 15.73 | - |
| YUV | 185.47 | 71.87 | 168.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 176 | 86 | 0 | 0.27 | 0.64 | 0.05 | 34.62 | 0.86 | 0.64 |
| Hex | F2 | B0 | 56 | 0 | 1B | 40 | 5 | 23 | 56 | 40 |
| Octal | 362 | 260 | 126 | 0 | 33 | 100 | 5 | 43 | 126 | 100 |
| Binary | 11110010 | 10110000 | 1010110 | 0 | 11011 | 1000000 | 101 | 100011 | 1010110 | 1000000 |
Color Harmonies of #F2B056
Complementary color
Monochromatic Colors of #F2B056
Black with #F2B056
Text Example
Text Example
White with #F2B056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B056; }
p { color: rgb(242,176,86); }
H1.HeaderClassName
{
color: #F2B056;
}
.AnyTagClassName
{
color: #F2B056;
}
</style>
background-color css
<style>
a { background-color: #F2B056; }
a { background-color: rgb(242,176,86); }
div.DivClassName
{
background-color: #F2B056;
}
.BgClassName
{
background-color: #F2B056;
}
</style>
border-color css
<style>
span { border-color: #F2B056; }
span { border-color: rgb(242,176,86); }
td.TdClassName
{
border-color: #F2B056;
}
.TagClassName
{
border-color: #F2B056;
}
</style>