Shades of Casablanca #F2B55C
Tints of Casablanca #F2B55C
RGB
CMYK
RGB Variations
Color information
#F2B55C (or 0xF2B55C) is known color: Casablanca. HEX triplet: F2, B5 and 5C. RGB value is (242,181,92). Sum of RGB (Red+Green+Blue) = 242+181+92=515 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.99% from 515); Green value is 181 (71.09% from 255 or 35.15% from 515); Blue value is 92 (36.33% from 255 or 17.86% from 515); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B55C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B55C is #0D4AA3. Grayscale: #BDBDBD. Windows color (decimal): -871076 or 6075890. OLE color: 6075890.
HSL color Cylindrical-coordinate representation of color #F2B55C: hue angle of 35.6º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F2B55C is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 181 | 92 | - |
| CMYK | 0 | 0.25 | 0.62 | 0.05 |
| HSL | 35.6º | 0.85% | 0.65% | - |
| HSV(B) | 35.6º | 0.62% | 0.95% | - |
| XYZ | 55.07 | 52.7 | 17.39 | - |
| YUV | 189.09 | 73.21 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 181 | 92 | 0 | 0.25 | 0.62 | 0.05 | 35.6 | 0.85 | 0.65 |
| Hex | F2 | B5 | 5C | 0 | 19 | 3E | 5 | 24 | 55 | 41 |
| Octal | 362 | 265 | 134 | 0 | 31 | 76 | 5 | 44 | 125 | 101 |
| Binary | 11110010 | 10110101 | 1011100 | 0 | 11001 | 111110 | 101 | 100100 | 1010101 | 1000001 |
Color Harmonies of #F2B55C
Complementary color
Monochromatic Colors of #F2B55C
Black with #F2B55C
Text Example
Text Example
White with #F2B55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B55C; }
p { color: rgb(242,181,92); }
H1.HeaderClassName
{
color: #F2B55C;
}
.AnyTagClassName
{
color: #F2B55C;
}
</style>
background-color css
<style>
a { background-color: #F2B55C; }
a { background-color: rgb(242,181,92); }
div.DivClassName
{
background-color: #F2B55C;
}
.BgClassName
{
background-color: #F2B55C;
}
</style>
border-color css
<style>
span { border-color: #F2B55C; }
span { border-color: rgb(242,181,92); }
td.TdClassName
{
border-color: #F2B55C;
}
.TagClassName
{
border-color: #F2B55C;
}
</style>