Shades of Casablanca #F2AC57
Tints of Casablanca #F2AC57
RGB
CMYK
RGB Variations
Color information
#F2AC57 (or 0xF2AC57) is known color: Casablanca. HEX triplet: F2, AC and 57. RGB value is (242,172,87). Sum of RGB (Red+Green+Blue) = 242+172+87=501 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.30% from 501); Green value is 172 (67.58% from 255 or 34.33% from 501); Blue value is 87 (34.38% from 255 or 17.37% from 501); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AC57 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2AC57 is #0D53A8. Grayscale: #B7B7B7. Windows color (decimal): -873385 or 5745906. OLE color: 5745906.
HSL color Cylindrical-coordinate representation of color #F2AC57: hue angle of 32.9º 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 #F2AC57 is Cyan = 0, Magento = 0.29, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 172 | 87 | - |
| CMYK | 0 | 0.29 | 0.64 | 0.05 |
| HSL | 32.9º | 0.86% | 0.65% | - |
| HSV(B) | 32.9º | 0.64% | 0.95% | - |
| XYZ | 53.09 | 49.07 | 15.69 | - |
| YUV | 183.24 | 73.69 | 169.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 172 | 87 | 0 | 0.29 | 0.64 | 0.05 | 32.9 | 0.86 | 0.65 |
| Hex | F2 | AC | 57 | 0 | 1D | 40 | 5 | 21 | 56 | 41 |
| Octal | 362 | 254 | 127 | 0 | 35 | 100 | 5 | 41 | 126 | 101 |
| Binary | 11110010 | 10101100 | 1010111 | 0 | 11101 | 1000000 | 101 | 100001 | 1010110 | 1000001 |
Color Harmonies of #F2AC57
Complementary color
Monochromatic Colors of #F2AC57
Black with #F2AC57
Text Example
Text Example
White with #F2AC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AC57; }
p { color: rgb(242,172,87); }
H1.HeaderClassName
{
color: #F2AC57;
}
.AnyTagClassName
{
color: #F2AC57;
}
</style>
background-color css
<style>
a { background-color: #F2AC57; }
a { background-color: rgb(242,172,87); }
div.DivClassName
{
background-color: #F2AC57;
}
.BgClassName
{
background-color: #F2AC57;
}
</style>
border-color css
<style>
span { border-color: #F2AC57; }
span { border-color: rgb(242,172,87); }
td.TdClassName
{
border-color: #F2AC57;
}
.TagClassName
{
border-color: #F2AC57;
}
</style>