Shades of Casablanca #F2B554
Tints of Casablanca #F2B554
RGB
CMYK
RGB Variations
Color information
#F2B554 (or 0xF2B554) is known color: Casablanca. HEX triplet: F2, B5 and 54. RGB value is (242,181,84). Sum of RGB (Red+Green+Blue) = 242+181+84=507 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.73% from 507); Green value is 181 (71.09% from 255 or 35.70% from 507); Blue value is 84 (33.20% from 255 or 16.57% from 507); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B554 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B554 is #0D4AAB. Grayscale: #BCBCBC. Windows color (decimal): -871084 or 5551602. OLE color: 5551602.
HSL color Cylindrical-coordinate representation of color #F2B554: hue angle of 36.84º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F2B554 is Cyan = 0, Magento = 0.25, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 181 | 84 | - |
| CMYK | 0 | 0.25 | 0.65 | 0.05 |
| HSL | 36.84º | 0.86% | 0.64% | - |
| HSV(B) | 36.84º | 0.65% | 0.95% | - |
| XYZ | 54.74 | 52.57 | 15.65 | - |
| YUV | 188.18 | 69.21 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 181 | 84 | 0 | 0.25 | 0.65 | 0.05 | 36.84 | 0.86 | 0.64 |
| Hex | F2 | B5 | 54 | 0 | 19 | 41 | 5 | 25 | 56 | 40 |
| Octal | 362 | 265 | 124 | 0 | 31 | 101 | 5 | 45 | 126 | 100 |
| Binary | 11110010 | 10110101 | 1010100 | 0 | 11001 | 1000001 | 101 | 100101 | 1010110 | 1000000 |
Color Harmonies of #F2B554
Complementary color
Monochromatic Colors of #F2B554
Black with #F2B554
Text Example
Text Example
White with #F2B554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B554; }
p { color: rgb(242,181,84); }
H1.HeaderClassName
{
color: #F2B554;
}
.AnyTagClassName
{
color: #F2B554;
}
</style>
background-color css
<style>
a { background-color: #F2B554; }
a { background-color: rgb(242,181,84); }
div.DivClassName
{
background-color: #F2B554;
}
.BgClassName
{
background-color: #F2B554;
}
</style>
border-color css
<style>
span { border-color: #F2B554; }
span { border-color: rgb(242,181,84); }
td.TdClassName
{
border-color: #F2B554;
}
.TagClassName
{
border-color: #F2B554;
}
</style>