Shades of Casablanca #F2A752
Tints of Casablanca #F2A752
RGB
CMYK
RGB Variations
Color information
#F2A752 (or 0xF2A752) is known color: Casablanca. HEX triplet: F2, A7 and 52. RGB value is (242,167,82). Sum of RGB (Red+Green+Blue) = 242+167+82=491 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.29% from 491); Green value is 167 (65.62% from 255 or 34.01% from 491); Blue value is 82 (32.42% from 255 or 16.70% from 491); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A752 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A752 is #0D58AD. Grayscale: #B4B4B4. Windows color (decimal): -874670 or 5416946. OLE color: 5416946.
HSL color Cylindrical-coordinate representation of color #F2A752: hue angle of 31.88º 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 #F2A752 is Cyan = 0, Magento = 0.31, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 167 | 82 | - |
| CMYK | 0 | 0.31 | 0.66 | 0.05 |
| HSL | 31.88º | 0.86% | 0.64% | - |
| HSV(B) | 31.88º | 0.66% | 0.95% | - |
| XYZ | 51.96 | 47.12 | 14.34 | - |
| YUV | 179.74 | 72.85 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 167 | 82 | 0 | 0.31 | 0.66 | 0.05 | 31.88 | 0.86 | 0.64 |
| Hex | F2 | A7 | 52 | 0 | 1F | 42 | 5 | 20 | 56 | 40 |
| Octal | 362 | 247 | 122 | 0 | 37 | 102 | 5 | 40 | 126 | 100 |
| Binary | 11110010 | 10100111 | 1010010 | 0 | 11111 | 1000010 | 101 | 100000 | 1010110 | 1000000 |
Color Harmonies of #F2A752
Complementary color
Monochromatic Colors of #F2A752
Black with #F2A752
Text Example
Text Example
White with #F2A752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A752; }
p { color: rgb(242,167,82); }
H1.HeaderClassName
{
color: #F2A752;
}
.AnyTagClassName
{
color: #F2A752;
}
</style>
background-color css
<style>
a { background-color: #F2A752; }
a { background-color: rgb(242,167,82); }
div.DivClassName
{
background-color: #F2A752;
}
.BgClassName
{
background-color: #F2A752;
}
</style>
border-color css
<style>
span { border-color: #F2A752; }
span { border-color: rgb(242,167,82); }
td.TdClassName
{
border-color: #F2A752;
}
.TagClassName
{
border-color: #F2A752;
}
</style>