Shades of Casablanca #F0B44F
Tints of Casablanca #F0B44F
RGB
CMYK
RGB Variations
Color information
#F0B44F (or 0xF0B44F) is known color: Casablanca. HEX triplet: F0, B4 and 4F. RGB value is (240,180,79). Sum of RGB (Red+Green+Blue) = 240+180+79=499 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48.10% from 499); Green value is 180 (70.70% from 255 or 36.07% from 499); Blue value is 79 (31.25% from 255 or 15.83% from 499); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B44F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0B44F is #0F4BB0. Grayscale: #BABABA. Windows color (decimal): -1002417 or 5223664. OLE color: 5223664.
HSL color Cylindrical-coordinate representation of color #F0B44F: hue angle of 37.64º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F0B44F is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 180 | 79 | - |
| CMYK | 0 | 0.25 | 0.67 | 0.06 |
| HSL | 37.64º | 0.84% | 0.63% | - |
| HSV(B) | 37.64º | 0.67% | 0.94% | - |
| XYZ | 53.67 | 51.73 | 14.55 | - |
| YUV | 186.43 | 67.38 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 180 | 79 | 0 | 0.25 | 0.67 | 0.06 | 37.64 | 0.84 | 0.63 |
| Hex | F0 | B4 | 4F | 0 | 19 | 43 | 6 | 26 | 54 | 3F |
| Octal | 360 | 264 | 117 | 0 | 31 | 103 | 6 | 46 | 124 | 77 |
| Binary | 11110000 | 10110100 | 1001111 | 0 | 11001 | 1000011 | 110 | 100110 | 1010100 | 111111 |
Color Harmonies of #F0B44F
Complementary color
Monochromatic Colors of #F0B44F
Black with #F0B44F
Text Example
Text Example
White with #F0B44F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B44F; }
p { color: rgb(240,180,79); }
H1.HeaderClassName
{
color: #F0B44F;
}
.AnyTagClassName
{
color: #F0B44F;
}
</style>
background-color css
<style>
a { background-color: #F0B44F; }
a { background-color: rgb(240,180,79); }
div.DivClassName
{
background-color: #F0B44F;
}
.BgClassName
{
background-color: #F0B44F;
}
</style>
border-color css
<style>
span { border-color: #F0B44F; }
span { border-color: rgb(240,180,79); }
td.TdClassName
{
border-color: #F0B44F;
}
.TagClassName
{
border-color: #F0B44F;
}
</style>