Shades of Casablanca #F3AD54
Tints of Casablanca #F3AD54
RGB
CMYK
RGB Variations
Color information
#F3AD54 (or 0xF3AD54) is known color: Casablanca. HEX triplet: F3, AD and 54. RGB value is (243,173,84). Sum of RGB (Red+Green+Blue) = 243+173+84=500 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.6% from 500); Green value is 173 (67.97% from 255 or 34.6% from 500); Blue value is 84 (33.20% from 255 or 16.8% from 500); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AD54 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3AD54 is #0C52AB. Grayscale: #B8B8B8. Windows color (decimal): -807596 or 5549555. OLE color: 5549555.
HSL color Cylindrical-coordinate representation of color #F3AD54: hue angle of 33.58º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F3AD54 is Cyan = 0, Magento = 0.29, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 173 | 84 | - |
| CMYK | 0 | 0.29 | 0.65 | 0.05 |
| HSL | 33.58º | 0.87% | 0.64% | - |
| HSV(B) | 33.58º | 0.65% | 0.95% | - |
| XYZ | 53.51 | 49.58 | 15.14 | - |
| YUV | 183.78 | 71.69 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 173 | 84 | 0 | 0.29 | 0.65 | 0.05 | 33.58 | 0.87 | 0.64 |
| Hex | F3 | AD | 54 | 0 | 1D | 41 | 5 | 22 | 57 | 40 |
| Octal | 363 | 255 | 124 | 0 | 35 | 101 | 5 | 42 | 127 | 100 |
| Binary | 11110011 | 10101101 | 1010100 | 0 | 11101 | 1000001 | 101 | 100010 | 1010111 | 1000000 |
Color Harmonies of #F3AD54
Complementary color
Monochromatic Colors of #F3AD54
Black with #F3AD54
Text Example
Text Example
White with #F3AD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3AD54; }
p { color: rgb(243,173,84); }
H1.HeaderClassName
{
color: #F3AD54;
}
.AnyTagClassName
{
color: #F3AD54;
}
</style>
background-color css
<style>
a { background-color: #F3AD54; }
a { background-color: rgb(243,173,84); }
div.DivClassName
{
background-color: #F3AD54;
}
.BgClassName
{
background-color: #F3AD54;
}
</style>
border-color css
<style>
span { border-color: #F3AD54; }
span { border-color: rgb(243,173,84); }
td.TdClassName
{
border-color: #F3AD54;
}
.TagClassName
{
border-color: #F3AD54;
}
</style>