Shades of Casablanca #F3A853
Tints of Casablanca #F3A853
RGB
CMYK
RGB Variations
Color information
#F3A853 (or 0xF3A853) is known color: Casablanca. HEX triplet: F3, A8 and 53. RGB value is (243,168,83). Sum of RGB (Red+Green+Blue) = 243+168+83=494 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.19% from 494); Green value is 168 (66.02% from 255 or 34.01% from 494); Blue value is 83 (32.81% from 255 or 16.80% from 494); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A853 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3A853 is #0C57AC. Grayscale: #B5B5B5. Windows color (decimal): -808877 or 5482739. OLE color: 5482739.
HSL color Cylindrical-coordinate representation of color #F3A853: hue angle of 31.88º 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 #F3A853 is Cyan = 0, Magento = 0.31, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 168 | 83 | - |
| CMYK | 0 | 0.31 | 0.66 | 0.05 |
| HSL | 31.88º | 0.87% | 0.64% | - |
| HSV(B) | 31.88º | 0.66% | 0.95% | - |
| XYZ | 52.53 | 47.68 | 14.62 | - |
| YUV | 180.74 | 72.85 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 168 | 83 | 0 | 0.31 | 0.66 | 0.05 | 31.88 | 0.87 | 0.64 |
| Hex | F3 | A8 | 53 | 0 | 1F | 42 | 5 | 20 | 57 | 40 |
| Octal | 363 | 250 | 123 | 0 | 37 | 102 | 5 | 40 | 127 | 100 |
| Binary | 11110011 | 10101000 | 1010011 | 0 | 11111 | 1000010 | 101 | 100000 | 1010111 | 1000000 |
Color Harmonies of #F3A853
Complementary color
Monochromatic Colors of #F3A853
Black with #F3A853
Text Example
Text Example
White with #F3A853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A853; }
p { color: rgb(243,168,83); }
H1.HeaderClassName
{
color: #F3A853;
}
.AnyTagClassName
{
color: #F3A853;
}
</style>
background-color css
<style>
a { background-color: #F3A853; }
a { background-color: rgb(243,168,83); }
div.DivClassName
{
background-color: #F3A853;
}
.BgClassName
{
background-color: #F3A853;
}
</style>
border-color css
<style>
span { border-color: #F3A853; }
span { border-color: rgb(243,168,83); }
td.TdClassName
{
border-color: #F3A853;
}
.TagClassName
{
border-color: #F3A853;
}
</style>