Shades of Casablanca #F2A753
Tints of Casablanca #F2A753
RGB
CMYK
RGB Variations
Color information
#F2A753 (or 0xF2A753) is known color: Casablanca. HEX triplet: F2, A7 and 53. RGB value is (242,167,83). Sum of RGB (Red+Green+Blue) = 242+167+83=492 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.19% from 492); Green value is 167 (65.62% from 255 or 33.94% from 492); Blue value is 83 (32.81% from 255 or 16.87% from 492); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A753 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A753 is #0D58AC. Grayscale: #B4B4B4. Windows color (decimal): -874669 or 5482482. OLE color: 5482482.
HSL color Cylindrical-coordinate representation of color #F2A753: hue angle of 31.7º 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 #F2A753 is Cyan = 0, Magento = 0.31, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 167 | 83 | - |
| CMYK | 0 | 0.31 | 0.66 | 0.05 |
| HSL | 31.7º | 0.86% | 0.64% | - |
| HSV(B) | 31.7º | 0.66% | 0.95% | - |
| XYZ | 52 | 47.14 | 14.54 | - |
| YUV | 179.85 | 73.35 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 167 | 83 | 0 | 0.31 | 0.66 | 0.05 | 31.7 | 0.86 | 0.64 |
| Hex | F2 | A7 | 53 | 0 | 1F | 42 | 5 | 20 | 56 | 40 |
| Octal | 362 | 247 | 123 | 0 | 37 | 102 | 5 | 40 | 126 | 100 |
| Binary | 11110010 | 10100111 | 1010011 | 0 | 11111 | 1000010 | 101 | 100000 | 1010110 | 1000000 |
Color Harmonies of #F2A753
Complementary color
Monochromatic Colors of #F2A753
Black with #F2A753
Text Example
Text Example
White with #F2A753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A753; }
p { color: rgb(242,167,83); }
H1.HeaderClassName
{
color: #F2A753;
}
.AnyTagClassName
{
color: #F2A753;
}
</style>
background-color css
<style>
a { background-color: #F2A753; }
a { background-color: rgb(242,167,83); }
div.DivClassName
{
background-color: #F2A753;
}
.BgClassName
{
background-color: #F2A753;
}
</style>
border-color css
<style>
span { border-color: #F2A753; }
span { border-color: rgb(242,167,83); }
td.TdClassName
{
border-color: #F2A753;
}
.TagClassName
{
border-color: #F2A753;
}
</style>