Shades of Casablanca #F2A854
Tints of Casablanca #F2A854
RGB
CMYK
RGB Variations
Color information
#F2A854 (or 0xF2A854) is known color: Casablanca. HEX triplet: F2, A8 and 54. RGB value is (242,168,84). Sum of RGB (Red+Green+Blue) = 242+168+84=494 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.99% from 494); Green value is 168 (66.02% from 255 or 34.01% from 494); Blue value is 84 (33.20% from 255 or 17.00% from 494); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A854 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A854 is #0D57AB. Grayscale: #B4B4B4. Windows color (decimal): -874412 or 5548274. OLE color: 5548274.
HSL color Cylindrical-coordinate representation of color #F2A854: hue angle of 31.9º 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 #F2A854 is Cyan = 0, Magento = 0.31, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 168 | 84 | - |
| CMYK | 0 | 0.31 | 0.65 | 0.05 |
| HSL | 31.9º | 0.86% | 0.64% | - |
| HSV(B) | 31.9º | 0.65% | 0.95% | - |
| XYZ | 52.22 | 47.52 | 14.81 | - |
| YUV | 180.55 | 73.52 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 168 | 84 | 0 | 0.31 | 0.65 | 0.05 | 31.9 | 0.86 | 0.64 |
| Hex | F2 | A8 | 54 | 0 | 1F | 41 | 5 | 20 | 56 | 40 |
| Octal | 362 | 250 | 124 | 0 | 37 | 101 | 5 | 40 | 126 | 100 |
| Binary | 11110010 | 10101000 | 1010100 | 0 | 11111 | 1000001 | 101 | 100000 | 1010110 | 1000000 |
Color Harmonies of #F2A854
Complementary color
Monochromatic Colors of #F2A854
Black with #F2A854
Text Example
Text Example
White with #F2A854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A854; }
p { color: rgb(242,168,84); }
H1.HeaderClassName
{
color: #F2A854;
}
.AnyTagClassName
{
color: #F2A854;
}
</style>
background-color css
<style>
a { background-color: #F2A854; }
a { background-color: rgb(242,168,84); }
div.DivClassName
{
background-color: #F2A854;
}
.BgClassName
{
background-color: #F2A854;
}
</style>
border-color css
<style>
span { border-color: #F2A854; }
span { border-color: rgb(242,168,84); }
td.TdClassName
{
border-color: #F2A854;
}
.TagClassName
{
border-color: #F2A854;
}
</style>