Shades of Casablanca #F0B258
Tints of Casablanca #F0B258
RGB
CMYK
RGB Variations
Color information
#F0B258 (or 0xF0B258) is known color: Casablanca. HEX triplet: F0, B2 and 58. RGB value is (240,178,88). Sum of RGB (Red+Green+Blue) = 240+178+88=506 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.43% from 506); Green value is 178 (69.92% from 255 or 35.18% from 506); Blue value is 88 (34.77% from 255 or 17.39% from 506); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B258 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0B258 is #0F4DA7. Grayscale: #BABABA. Windows color (decimal): -1002920 or 5812976. OLE color: 5812976.
HSL color Cylindrical-coordinate representation of color #F0B258: hue angle of 35.53º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F0B258 is Cyan = 0, Magento = 0.26, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 178 | 88 | - |
| CMYK | 0 | 0.26 | 0.63 | 0.06 |
| HSL | 35.53º | 0.84% | 0.64% | - |
| HSV(B) | 35.53º | 0.63% | 0.94% | - |
| XYZ | 53.62 | 51.07 | 16.26 | - |
| YUV | 186.28 | 72.54 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 178 | 88 | 0 | 0.26 | 0.63 | 0.06 | 35.53 | 0.84 | 0.64 |
| Hex | F0 | B2 | 58 | 0 | 1A | 3F | 6 | 24 | 54 | 40 |
| Octal | 360 | 262 | 130 | 0 | 32 | 77 | 6 | 44 | 124 | 100 |
| Binary | 11110000 | 10110010 | 1011000 | 0 | 11010 | 111111 | 110 | 100100 | 1010100 | 1000000 |
Color Harmonies of #F0B258
Complementary color
Monochromatic Colors of #F0B258
Black with #F0B258
Text Example
Text Example
White with #F0B258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B258; }
p { color: rgb(240,178,88); }
H1.HeaderClassName
{
color: #F0B258;
}
.AnyTagClassName
{
color: #F0B258;
}
</style>
background-color css
<style>
a { background-color: #F0B258; }
a { background-color: rgb(240,178,88); }
div.DivClassName
{
background-color: #F0B258;
}
.BgClassName
{
background-color: #F0B258;
}
</style>
border-color css
<style>
span { border-color: #F0B258; }
span { border-color: rgb(240,178,88); }
td.TdClassName
{
border-color: #F0B258;
}
.TagClassName
{
border-color: #F0B258;
}
</style>