Shades of Casablanca #F2B558
Tints of Casablanca #F2B558
RGB
CMYK
RGB Variations
Color information
#F2B558 (or 0xF2B558) is known color: Casablanca. HEX triplet: F2, B5 and 58. RGB value is (242,181,88). Sum of RGB (Red+Green+Blue) = 242+181+88=511 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.36% from 511); Green value is 181 (71.09% from 255 or 35.42% from 511); Blue value is 88 (34.77% from 255 or 17.22% from 511); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B558 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B558 is #0D4AA7. Grayscale: #BDBDBD. Windows color (decimal): -871080 or 5813746. OLE color: 5813746.
HSL color Cylindrical-coordinate representation of color #F2B558: hue angle of 36.23º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F2B558 is Cyan = 0, Magento = 0.25, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 181 | 88 | - |
| CMYK | 0 | 0.25 | 0.64 | 0.05 |
| HSL | 36.23º | 0.86% | 0.65% | - |
| HSV(B) | 36.23º | 0.64% | 0.95% | - |
| XYZ | 54.9 | 52.63 | 16.5 | - |
| YUV | 188.64 | 71.21 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 181 | 88 | 0 | 0.25 | 0.64 | 0.05 | 36.23 | 0.86 | 0.65 |
| Hex | F2 | B5 | 58 | 0 | 19 | 40 | 5 | 24 | 56 | 41 |
| Octal | 362 | 265 | 130 | 0 | 31 | 100 | 5 | 44 | 126 | 101 |
| Binary | 11110010 | 10110101 | 1011000 | 0 | 11001 | 1000000 | 101 | 100100 | 1010110 | 1000001 |
Color Harmonies of #F2B558
Complementary color
Monochromatic Colors of #F2B558
Black with #F2B558
Text Example
Text Example
White with #F2B558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B558; }
p { color: rgb(242,181,88); }
H1.HeaderClassName
{
color: #F2B558;
}
.AnyTagClassName
{
color: #F2B558;
}
</style>
background-color css
<style>
a { background-color: #F2B558; }
a { background-color: rgb(242,181,88); }
div.DivClassName
{
background-color: #F2B558;
}
.BgClassName
{
background-color: #F2B558;
}
</style>
border-color css
<style>
span { border-color: #F2B558; }
span { border-color: rgb(242,181,88); }
td.TdClassName
{
border-color: #F2B558;
}
.TagClassName
{
border-color: #F2B558;
}
</style>