Shades of Casablanca #F3A652
Tints of Casablanca #F3A652
RGB
CMYK
RGB Variations
Color information
#F3A652 (or 0xF3A652) is known color: Casablanca. HEX triplet: F3, A6 and 52. RGB value is (243,166,82). Sum of RGB (Red+Green+Blue) = 243+166+82=491 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.49% from 491); Green value is 166 (65.23% from 255 or 33.81% from 491); Blue value is 82 (32.42% from 255 or 16.70% from 491); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A652 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3A652 is #0C59AD. Grayscale: #B3B3B3. Windows color (decimal): -809390 or 5416691. OLE color: 5416691.
HSL color Cylindrical-coordinate representation of color #F3A652: hue angle of 31.3º 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 #F3A652 is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 166 | 82 | - |
| CMYK | 0 | 0.32 | 0.66 | 0.05 |
| HSL | 31.3º | 0.87% | 0.64% | - |
| HSV(B) | 31.3º | 0.66% | 0.95% | - |
| XYZ | 52.12 | 46.94 | 14.3 | - |
| YUV | 179.45 | 73.01 | 173.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 166 | 82 | 0 | 0.32 | 0.66 | 0.05 | 31.3 | 0.87 | 0.64 |
| Hex | F3 | A6 | 52 | 0 | 20 | 42 | 5 | 1F | 57 | 40 |
| Octal | 363 | 246 | 122 | 0 | 40 | 102 | 5 | 37 | 127 | 100 |
| Binary | 11110011 | 10100110 | 1010010 | 0 | 100000 | 1000010 | 101 | 11111 | 1010111 | 1000000 |
Color Harmonies of #F3A652
Complementary color
Monochromatic Colors of #F3A652
Black with #F3A652
Text Example
Text Example
White with #F3A652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A652; }
p { color: rgb(243,166,82); }
H1.HeaderClassName
{
color: #F3A652;
}
.AnyTagClassName
{
color: #F3A652;
}
</style>
background-color css
<style>
a { background-color: #F3A652; }
a { background-color: rgb(243,166,82); }
div.DivClassName
{
background-color: #F3A652;
}
.BgClassName
{
background-color: #F3A652;
}
</style>
border-color css
<style>
span { border-color: #F3A652; }
span { border-color: rgb(243,166,82); }
td.TdClassName
{
border-color: #F3A652;
}
.TagClassName
{
border-color: #F3A652;
}
</style>