Shades of Casablanca #F2BA5C
Tints of Casablanca #F2BA5C
RGB
CMYK
RGB Variations
Color information
#F2BA5C (or 0xF2BA5C) is known color: Casablanca. HEX triplet: F2, BA and 5C. RGB value is (242,186,92). Sum of RGB (Red+Green+Blue) = 242+186+92=520 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.54% from 520); Green value is 186 (73.05% from 255 or 35.77% from 520); Blue value is 92 (36.33% from 255 or 17.69% from 520); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BA5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2BA5C is #0D45A3. Grayscale: #C0C0C0. Windows color (decimal): -869796 or 6077170. OLE color: 6077170.
HSL color Cylindrical-coordinate representation of color #F2BA5C: hue angle of 37.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 #F2BA5C is Cyan = 0, Magento = 0.23, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 186 | 92 | - |
| CMYK | 0 | 0.23 | 0.62 | 0.05 |
| HSL | 37.6º | 0.85% | 0.65% | - |
| HSV(B) | 37.6º | 0.62% | 0.95% | - |
| XYZ | 56.11 | 54.77 | 17.74 | - |
| YUV | 192.03 | 71.55 | 163.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 186 | 92 | 0 | 0.23 | 0.62 | 0.05 | 37.6 | 0.85 | 0.65 |
| Hex | F2 | BA | 5C | 0 | 17 | 3E | 5 | 26 | 55 | 41 |
| Octal | 362 | 272 | 134 | 0 | 27 | 76 | 5 | 46 | 125 | 101 |
| Binary | 11110010 | 10111010 | 1011100 | 0 | 10111 | 111110 | 101 | 100110 | 1010101 | 1000001 |
Color Harmonies of #F2BA5C
Complementary color
Monochromatic Colors of #F2BA5C
Black with #F2BA5C
Text Example
Text Example
White with #F2BA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BA5C; }
p { color: rgb(242,186,92); }
H1.HeaderClassName
{
color: #F2BA5C;
}
.AnyTagClassName
{
color: #F2BA5C;
}
</style>
background-color css
<style>
a { background-color: #F2BA5C; }
a { background-color: rgb(242,186,92); }
div.DivClassName
{
background-color: #F2BA5C;
}
.BgClassName
{
background-color: #F2BA5C;
}
</style>
border-color css
<style>
span { border-color: #F2BA5C; }
span { border-color: rgb(242,186,92); }
td.TdClassName
{
border-color: #F2BA5C;
}
.TagClassName
{
border-color: #F2BA5C;
}
</style>