Shades of Casablanca #F2AB54
Tints of Casablanca #F2AB54
RGB
CMYK
RGB Variations
Color information
#F2AB54 (or 0xF2AB54) is known color: Casablanca. HEX triplet: F2, AB and 54. RGB value is (242,171,84). Sum of RGB (Red+Green+Blue) = 242+171+84=497 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.69% from 497); Green value is 171 (67.19% from 255 or 34.41% from 497); Blue value is 84 (33.20% from 255 or 16.90% from 497); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AB54 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2AB54 is #0D54AB. Grayscale: #B6B6B6. Windows color (decimal): -873644 or 5549042. OLE color: 5549042.
HSL color Cylindrical-coordinate representation of color #F2AB54: hue angle of 33.04º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F2AB54 is Cyan = 0, Magento = 0.29, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 171 | 84 | - |
| CMYK | 0 | 0.29 | 0.65 | 0.05 |
| HSL | 33.04º | 0.86% | 0.64% | - |
| HSV(B) | 33.04º | 0.65% | 0.95% | - |
| XYZ | 52.78 | 48.64 | 14.99 | - |
| YUV | 182.31 | 72.52 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 171 | 84 | 0 | 0.29 | 0.65 | 0.05 | 33.04 | 0.86 | 0.64 |
| Hex | F2 | AB | 54 | 0 | 1D | 41 | 5 | 21 | 56 | 40 |
| Octal | 362 | 253 | 124 | 0 | 35 | 101 | 5 | 41 | 126 | 100 |
| Binary | 11110010 | 10101011 | 1010100 | 0 | 11101 | 1000001 | 101 | 100001 | 1010110 | 1000000 |
Color Harmonies of #F2AB54
Complementary color
Monochromatic Colors of #F2AB54
Black with #F2AB54
Text Example
Text Example
White with #F2AB54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AB54; }
p { color: rgb(242,171,84); }
H1.HeaderClassName
{
color: #F2AB54;
}
.AnyTagClassName
{
color: #F2AB54;
}
</style>
background-color css
<style>
a { background-color: #F2AB54; }
a { background-color: rgb(242,171,84); }
div.DivClassName
{
background-color: #F2AB54;
}
.BgClassName
{
background-color: #F2AB54;
}
</style>
border-color css
<style>
span { border-color: #F2AB54; }
span { border-color: rgb(242,171,84); }
td.TdClassName
{
border-color: #F2AB54;
}
.TagClassName
{
border-color: #F2AB54;
}
</style>