Shades of Casablanca #F3A852
Tints of Casablanca #F3A852
RGB
CMYK
RGB Variations
Color information
#F3A852 (or 0xF3A852) is known color: Casablanca. HEX triplet: F3, A8 and 52. RGB value is (243,168,82). Sum of RGB (Red+Green+Blue) = 243+168+82=493 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.29% from 493); Green value is 168 (66.02% from 255 or 34.08% from 493); Blue value is 82 (32.42% from 255 or 16.63% from 493); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A852 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3A852 is #0C57AD. Grayscale: #B5B5B5. Windows color (decimal): -808878 or 5417203. OLE color: 5417203.
HSL color Cylindrical-coordinate representation of color #F3A852: hue angle of 32.05º degrees, saturation: 0.87, 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 #F3A852 is Cyan = 0, Magento = 0.31, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 168 | 82 | - |
| CMYK | 0 | 0.31 | 0.66 | 0.05 |
| HSL | 32.05º | 0.87% | 0.64% | - |
| HSV(B) | 32.05º | 0.66% | 0.95% | - |
| XYZ | 52.49 | 47.67 | 14.42 | - |
| YUV | 180.62 | 72.35 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 168 | 82 | 0 | 0.31 | 0.66 | 0.05 | 32.05 | 0.87 | 0.64 |
| Hex | F3 | A8 | 52 | 0 | 1F | 42 | 5 | 20 | 57 | 40 |
| Octal | 363 | 250 | 122 | 0 | 37 | 102 | 5 | 40 | 127 | 100 |
| Binary | 11110011 | 10101000 | 1010010 | 0 | 11111 | 1000010 | 101 | 100000 | 1010111 | 1000000 |
Color Harmonies of #F3A852
Complementary color
Monochromatic Colors of #F3A852
Black with #F3A852
Text Example
Text Example
White with #F3A852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A852; }
p { color: rgb(243,168,82); }
H1.HeaderClassName
{
color: #F3A852;
}
.AnyTagClassName
{
color: #F3A852;
}
</style>
background-color css
<style>
a { background-color: #F3A852; }
a { background-color: rgb(243,168,82); }
div.DivClassName
{
background-color: #F3A852;
}
.BgClassName
{
background-color: #F3A852;
}
</style>
border-color css
<style>
span { border-color: #F3A852; }
span { border-color: rgb(243,168,82); }
td.TdClassName
{
border-color: #F3A852;
}
.TagClassName
{
border-color: #F3A852;
}
</style>