Shades of Casablanca #F2AC58
Tints of Casablanca #F2AC58
RGB
CMYK
RGB Variations
Color information
#F2AC58 (or 0xF2AC58) is known color: Casablanca. HEX triplet: F2, AC and 58. RGB value is (242,172,88). Sum of RGB (Red+Green+Blue) = 242+172+88=502 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.21% from 502); Green value is 172 (67.58% from 255 or 34.26% from 502); Blue value is 88 (34.77% from 255 or 17.53% from 502); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AC58 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2AC58 is #0D53A7. Grayscale: #B7B7B7. Windows color (decimal): -873384 or 5811442. OLE color: 5811442.
HSL color Cylindrical-coordinate representation of color #F2AC58: hue angle of 32.73º 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 #F2AC58 is Cyan = 0, Magento = 0.29, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 172 | 88 | - |
| CMYK | 0 | 0.29 | 0.64 | 0.05 |
| HSL | 32.73º | 0.86% | 0.65% | - |
| HSV(B) | 32.73º | 0.64% | 0.95% | - |
| XYZ | 53.13 | 49.09 | 15.91 | - |
| YUV | 183.35 | 74.19 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 172 | 88 | 0 | 0.29 | 0.64 | 0.05 | 32.73 | 0.86 | 0.65 |
| Hex | F2 | AC | 58 | 0 | 1D | 40 | 5 | 21 | 56 | 41 |
| Octal | 362 | 254 | 130 | 0 | 35 | 100 | 5 | 41 | 126 | 101 |
| Binary | 11110010 | 10101100 | 1011000 | 0 | 11101 | 1000000 | 101 | 100001 | 1010110 | 1000001 |
Color Harmonies of #F2AC58
Complementary color
Monochromatic Colors of #F2AC58
Black with #F2AC58
Text Example
Text Example
White with #F2AC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AC58; }
p { color: rgb(242,172,88); }
H1.HeaderClassName
{
color: #F2AC58;
}
.AnyTagClassName
{
color: #F2AC58;
}
</style>
background-color css
<style>
a { background-color: #F2AC58; }
a { background-color: rgb(242,172,88); }
div.DivClassName
{
background-color: #F2AC58;
}
.BgClassName
{
background-color: #F2AC58;
}
</style>
border-color css
<style>
span { border-color: #F2AC58; }
span { border-color: rgb(242,172,88); }
td.TdClassName
{
border-color: #F2AC58;
}
.TagClassName
{
border-color: #F2AC58;
}
</style>