Shades of Casablanca #F0B445
Tints of Casablanca #F0B445
RGB
CMYK
RGB Variations
Color information
#F0B445 (or 0xF0B445) is known color: Casablanca. HEX triplet: F0, B4 and 45. RGB value is (240,180,69). Sum of RGB (Red+Green+Blue) = 240+180+69=489 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.08% from 489); Green value is 180 (70.70% from 255 or 36.81% from 489); Blue value is 69 (27.34% from 255 or 14.11% from 489); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B445 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0B445 is #0F4BBA. Grayscale: #B9B9B9. Windows color (decimal): -1002427 or 4568304. OLE color: 4568304.
HSL color Cylindrical-coordinate representation of color #F0B445: hue angle of 38.95º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F0B445 is Cyan = 0, Magento = 0.25, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 180 | 69 | - |
| CMYK | 0 | 0.25 | 0.71 | 0.06 |
| HSL | 38.95º | 0.85% | 0.61% | - |
| HSV(B) | 38.95º | 0.71% | 0.94% | - |
| XYZ | 53.33 | 51.6 | 12.78 | - |
| YUV | 185.29 | 62.38 | 167.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 180 | 69 | 0 | 0.25 | 0.71 | 0.06 | 38.95 | 0.85 | 0.61 |
| Hex | F0 | B4 | 45 | 0 | 19 | 47 | 6 | 27 | 55 | 3D |
| Octal | 360 | 264 | 105 | 0 | 31 | 107 | 6 | 47 | 125 | 75 |
| Binary | 11110000 | 10110100 | 1000101 | 0 | 11001 | 1000111 | 110 | 100111 | 1010101 | 111101 |
Color Harmonies of #F0B445
Complementary color
Monochromatic Colors of #F0B445
Black with #F0B445
Text Example
Text Example
White with #F0B445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B445; }
p { color: rgb(240,180,69); }
H1.HeaderClassName
{
color: #F0B445;
}
.AnyTagClassName
{
color: #F0B445;
}
</style>
background-color css
<style>
a { background-color: #F0B445; }
a { background-color: rgb(240,180,69); }
div.DivClassName
{
background-color: #F0B445;
}
.BgClassName
{
background-color: #F0B445;
}
</style>
border-color css
<style>
span { border-color: #F0B445; }
span { border-color: rgb(240,180,69); }
td.TdClassName
{
border-color: #F0B445;
}
.TagClassName
{
border-color: #F0B445;
}
</style>