Shades of Casablanca #F2B359
Tints of Casablanca #F2B359
RGB
CMYK
RGB Variations
Color information
#F2B359 (or 0xF2B359) is known color: Casablanca. HEX triplet: F2, B3 and 59. RGB value is (242,179,89). Sum of RGB (Red+Green+Blue) = 242+179+89=510 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.45% from 510); Green value is 179 (70.31% from 255 or 35.10% from 510); Blue value is 89 (35.16% from 255 or 17.45% from 510); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B359 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B359 is #0D4CA6. Grayscale: #BBBBBB. Windows color (decimal): -871591 or 5878770. OLE color: 5878770.
HSL color Cylindrical-coordinate representation of color #F2B359: hue angle of 35.29º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F2B359 is Cyan = 0, Magento = 0.26, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 179 | 89 | - |
| CMYK | 0 | 0.26 | 0.63 | 0.05 |
| HSL | 35.29º | 0.85% | 0.65% | - |
| HSV(B) | 35.29º | 0.63% | 0.95% | - |
| XYZ | 54.54 | 51.84 | 16.58 | - |
| YUV | 187.58 | 72.37 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 179 | 89 | 0 | 0.26 | 0.63 | 0.05 | 35.29 | 0.85 | 0.65 |
| Hex | F2 | B3 | 59 | 0 | 1A | 3F | 5 | 23 | 55 | 41 |
| Octal | 362 | 263 | 131 | 0 | 32 | 77 | 5 | 43 | 125 | 101 |
| Binary | 11110010 | 10110011 | 1011001 | 0 | 11010 | 111111 | 101 | 100011 | 1010101 | 1000001 |
Color Harmonies of #F2B359
Complementary color
Monochromatic Colors of #F2B359
Black with #F2B359
Text Example
Text Example
White with #F2B359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B359; }
p { color: rgb(242,179,89); }
H1.HeaderClassName
{
color: #F2B359;
}
.AnyTagClassName
{
color: #F2B359;
}
</style>
background-color css
<style>
a { background-color: #F2B359; }
a { background-color: rgb(242,179,89); }
div.DivClassName
{
background-color: #F2B359;
}
.BgClassName
{
background-color: #F2B359;
}
</style>
border-color css
<style>
span { border-color: #F2B359; }
span { border-color: rgb(242,179,89); }
td.TdClassName
{
border-color: #F2B359;
}
.TagClassName
{
border-color: #F2B359;
}
</style>