Shades of Casablanca #F2AF54
Tints of Casablanca #F2AF54
RGB
CMYK
RGB Variations
Color information
#F2AF54 (or 0xF2AF54) is known color: Casablanca. HEX triplet: F2, AF and 54. RGB value is (242,175,84). Sum of RGB (Red+Green+Blue) = 242+175+84=501 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.30% from 501); Green value is 175 (68.75% from 255 or 34.93% from 501); Blue value is 84 (33.20% from 255 or 16.77% from 501); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AF54 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2AF54 is #0D50AB. Grayscale: #B9B9B9. Windows color (decimal): -872620 or 5550066. OLE color: 5550066.
HSL color Cylindrical-coordinate representation of color #F2AF54: hue angle of 34.56º 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 #F2AF54 is Cyan = 0, Magento = 0.28, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 175 | 84 | - |
| CMYK | 0 | 0.28 | 0.65 | 0.05 |
| HSL | 34.56º | 0.86% | 0.64% | - |
| HSV(B) | 34.56º | 0.65% | 0.95% | - |
| XYZ | 53.55 | 50.18 | 15.25 | - |
| YUV | 184.66 | 71.2 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 175 | 84 | 0 | 0.28 | 0.65 | 0.05 | 34.56 | 0.86 | 0.64 |
| Hex | F2 | AF | 54 | 0 | 1C | 41 | 5 | 23 | 56 | 40 |
| Octal | 362 | 257 | 124 | 0 | 34 | 101 | 5 | 43 | 126 | 100 |
| Binary | 11110010 | 10101111 | 1010100 | 0 | 11100 | 1000001 | 101 | 100011 | 1010110 | 1000000 |
Color Harmonies of #F2AF54
Complementary color
Monochromatic Colors of #F2AF54
Black with #F2AF54
Text Example
Text Example
White with #F2AF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AF54; }
p { color: rgb(242,175,84); }
H1.HeaderClassName
{
color: #F2AF54;
}
.AnyTagClassName
{
color: #F2AF54;
}
</style>
background-color css
<style>
a { background-color: #F2AF54; }
a { background-color: rgb(242,175,84); }
div.DivClassName
{
background-color: #F2AF54;
}
.BgClassName
{
background-color: #F2AF54;
}
</style>
border-color css
<style>
span { border-color: #F2AF54; }
span { border-color: rgb(242,175,84); }
td.TdClassName
{
border-color: #F2AF54;
}
.TagClassName
{
border-color: #F2AF54;
}
</style>