Shades of Casablanca #F0B554
Tints of Casablanca #F0B554
RGB
CMYK
RGB Variations
Color information
#F0B554 (or 0xF0B554) is known color: Casablanca. HEX triplet: F0, B5 and 54. RGB value is (240,181,84). Sum of RGB (Red+Green+Blue) = 240+181+84=505 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.52% from 505); Green value is 181 (71.09% from 255 or 35.84% from 505); Blue value is 84 (33.20% from 255 or 16.63% from 505); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B554 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0B554 is #0F4AAB. Grayscale: #BCBCBC. Windows color (decimal): -1002156 or 5551600. OLE color: 5551600.
HSL color Cylindrical-coordinate representation of color #F0B554: hue angle of 37.31º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F0B554 is Cyan = 0, Magento = 0.25, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 181 | 84 | - |
| CMYK | 0 | 0.25 | 0.65 | 0.06 |
| HSL | 37.31º | 0.84% | 0.64% | - |
| HSV(B) | 37.31º | 0.65% | 0.94% | - |
| XYZ | 54.06 | 52.21 | 15.62 | - |
| YUV | 187.58 | 69.55 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 181 | 84 | 0 | 0.25 | 0.65 | 0.06 | 37.31 | 0.84 | 0.64 |
| Hex | F0 | B5 | 54 | 0 | 19 | 41 | 6 | 25 | 54 | 40 |
| Octal | 360 | 265 | 124 | 0 | 31 | 101 | 6 | 45 | 124 | 100 |
| Binary | 11110000 | 10110101 | 1010100 | 0 | 11001 | 1000001 | 110 | 100101 | 1010100 | 1000000 |
Color Harmonies of #F0B554
Complementary color
Monochromatic Colors of #F0B554
Black with #F0B554
Text Example
Text Example
White with #F0B554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B554; }
p { color: rgb(240,181,84); }
H1.HeaderClassName
{
color: #F0B554;
}
.AnyTagClassName
{
color: #F0B554;
}
</style>
background-color css
<style>
a { background-color: #F0B554; }
a { background-color: rgb(240,181,84); }
div.DivClassName
{
background-color: #F0B554;
}
.BgClassName
{
background-color: #F0B554;
}
</style>
border-color css
<style>
span { border-color: #F0B554; }
span { border-color: rgb(240,181,84); }
td.TdClassName
{
border-color: #F0B554;
}
.TagClassName
{
border-color: #F0B554;
}
</style>