Shades of Casablanca #F0B444
Tints of Casablanca #F0B444
RGB
CMYK
RGB Variations
Color information
#F0B444 (or 0xF0B444) is known color: Casablanca. HEX triplet: F0, B4 and 44. RGB value is (240,180,68). Sum of RGB (Red+Green+Blue) = 240+180+68=488 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.18% from 488); Green value is 180 (70.70% from 255 or 36.89% from 488); Blue value is 68 (26.95% from 255 or 13.93% from 488); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B444 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0B444 is #0F4BBB. Grayscale: #B9B9B9. Windows color (decimal): -1002428 or 4502768. OLE color: 4502768.
HSL color Cylindrical-coordinate representation of color #F0B444: hue angle of 39.07º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F0B444 is Cyan = 0, Magento = 0.25, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 180 | 68 | - |
| CMYK | 0 | 0.25 | 0.72 | 0.06 |
| HSL | 39.07º | 0.85% | 0.6% | - |
| HSV(B) | 39.07º | 0.72% | 0.94% | - |
| XYZ | 53.3 | 51.59 | 12.62 | - |
| YUV | 185.17 | 61.88 | 167.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 180 | 68 | 0 | 0.25 | 0.72 | 0.06 | 39.07 | 0.85 | 0.6 |
| Hex | F0 | B4 | 44 | 0 | 19 | 48 | 6 | 27 | 55 | 3C |
| Octal | 360 | 264 | 104 | 0 | 31 | 110 | 6 | 47 | 125 | 74 |
| Binary | 11110000 | 10110100 | 1000100 | 0 | 11001 | 1001000 | 110 | 100111 | 1010101 | 111100 |
Color Harmonies of #F0B444
Complementary color
Monochromatic Colors of #F0B444
Black with #F0B444
Text Example
Text Example
White with #F0B444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B444; }
p { color: rgb(240,180,68); }
H1.HeaderClassName
{
color: #F0B444;
}
.AnyTagClassName
{
color: #F0B444;
}
</style>
background-color css
<style>
a { background-color: #F0B444; }
a { background-color: rgb(240,180,68); }
div.DivClassName
{
background-color: #F0B444;
}
.BgClassName
{
background-color: #F0B444;
}
</style>
border-color css
<style>
span { border-color: #F0B444; }
span { border-color: rgb(240,180,68); }
td.TdClassName
{
border-color: #F0B444;
}
.TagClassName
{
border-color: #F0B444;
}
</style>