Shades of Casablanca #F2AC55
Tints of Casablanca #F2AC55
RGB
CMYK
RGB Variations
Color information
#F2AC55 (or 0xF2AC55) is known color: Casablanca. HEX triplet: F2, AC and 55. RGB value is (242,172,85). Sum of RGB (Red+Green+Blue) = 242+172+85=499 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.50% from 499); Green value is 172 (67.58% from 255 or 34.47% from 499); Blue value is 85 (33.59% from 255 or 17.03% from 499); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AC55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2AC55 is #0D53AA. Grayscale: #B7B7B7. Windows color (decimal): -873387 or 5614834. OLE color: 5614834.
HSL color Cylindrical-coordinate representation of color #F2AC55: hue angle of 33.25º 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 #F2AC55 is Cyan = 0, Magento = 0.29, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 172 | 85 | - |
| CMYK | 0 | 0.29 | 0.65 | 0.05 |
| HSL | 33.25º | 0.86% | 0.64% | - |
| HSV(B) | 33.25º | 0.65% | 0.95% | - |
| XYZ | 53.01 | 49.04 | 15.27 | - |
| YUV | 183.01 | 72.69 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 172 | 85 | 0 | 0.29 | 0.65 | 0.05 | 33.25 | 0.86 | 0.64 |
| Hex | F2 | AC | 55 | 0 | 1D | 41 | 5 | 21 | 56 | 40 |
| Octal | 362 | 254 | 125 | 0 | 35 | 101 | 5 | 41 | 126 | 100 |
| Binary | 11110010 | 10101100 | 1010101 | 0 | 11101 | 1000001 | 101 | 100001 | 1010110 | 1000000 |
Color Harmonies of #F2AC55
Complementary color
Monochromatic Colors of #F2AC55
Black with #F2AC55
Text Example
Text Example
White with #F2AC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AC55; }
p { color: rgb(242,172,85); }
H1.HeaderClassName
{
color: #F2AC55;
}
.AnyTagClassName
{
color: #F2AC55;
}
</style>
background-color css
<style>
a { background-color: #F2AC55; }
a { background-color: rgb(242,172,85); }
div.DivClassName
{
background-color: #F2AC55;
}
.BgClassName
{
background-color: #F2AC55;
}
</style>
border-color css
<style>
span { border-color: #F2AC55; }
span { border-color: rgb(242,172,85); }
td.TdClassName
{
border-color: #F2AC55;
}
.TagClassName
{
border-color: #F2AC55;
}
</style>