Shades of Casablanca #F2A653
Tints of Casablanca #F2A653
RGB
CMYK
RGB Variations
Color information
#F2A653 (or 0xF2A653) is known color: Casablanca. HEX triplet: F2, A6 and 53. RGB value is (242,166,83). Sum of RGB (Red+Green+Blue) = 242+166+83=491 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.29% from 491); Green value is 166 (65.23% from 255 or 33.81% from 491); Blue value is 83 (32.81% from 255 or 16.90% from 491); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A653 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A653 is #0D59AC. Grayscale: #B3B3B3. Windows color (decimal): -874925 or 5482226. OLE color: 5482226.
HSL color Cylindrical-coordinate representation of color #F2A653: hue angle of 31.32º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F2A653 is Cyan = 0, Magento = 0.31, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 166 | 83 | - |
| CMYK | 0 | 0.31 | 0.66 | 0.05 |
| HSL | 31.32º | 0.86% | 0.64% | - |
| HSV(B) | 31.32º | 0.66% | 0.95% | - |
| XYZ | 51.82 | 46.77 | 14.48 | - |
| YUV | 179.26 | 73.68 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 166 | 83 | 0 | 0.31 | 0.66 | 0.05 | 31.32 | 0.86 | 0.64 |
| Hex | F2 | A6 | 53 | 0 | 1F | 42 | 5 | 1F | 56 | 40 |
| Octal | 362 | 246 | 123 | 0 | 37 | 102 | 5 | 37 | 126 | 100 |
| Binary | 11110010 | 10100110 | 1010011 | 0 | 11111 | 1000010 | 101 | 11111 | 1010110 | 1000000 |
Color Harmonies of #F2A653
Complementary color
Monochromatic Colors of #F2A653
Black with #F2A653
Text Example
Text Example
White with #F2A653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A653; }
p { color: rgb(242,166,83); }
H1.HeaderClassName
{
color: #F2A653;
}
.AnyTagClassName
{
color: #F2A653;
}
</style>
background-color css
<style>
a { background-color: #F2A653; }
a { background-color: rgb(242,166,83); }
div.DivClassName
{
background-color: #F2A653;
}
.BgClassName
{
background-color: #F2A653;
}
</style>
border-color css
<style>
span { border-color: #F2A653; }
span { border-color: rgb(242,166,83); }
td.TdClassName
{
border-color: #F2A653;
}
.TagClassName
{
border-color: #F2A653;
}
</style>