Shades of Casablanca #F3A84C
Tints of Casablanca #F3A84C
RGB
CMYK
RGB Variations
Color information
#F3A84C (or 0xF3A84C) is known color: Casablanca. HEX triplet: F3, A8 and 4C. RGB value is (243,168,76). Sum of RGB (Red+Green+Blue) = 243+168+76=487 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.90% from 487); Green value is 168 (66.02% from 255 or 34.50% from 487); Blue value is 76 (30.08% from 255 or 15.61% from 487); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A84C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F3A84C is #0C57B3. Grayscale: #B4B4B4. Windows color (decimal): -808884 or 5023987. OLE color: 5023987.
HSL color Cylindrical-coordinate representation of color #F3A84C: hue angle of 33.05º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F3A84C is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 168 | 76 | - |
| CMYK | 0 | 0.31 | 0.69 | 0.05 |
| HSL | 33.05º | 0.87% | 0.63% | - |
| HSV(B) | 33.05º | 0.69% | 0.95% | - |
| XYZ | 52.27 | 47.58 | 13.27 | - |
| YUV | 179.94 | 69.35 | 172.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 168 | 76 | 0 | 0.31 | 0.69 | 0.05 | 33.05 | 0.87 | 0.63 |
| Hex | F3 | A8 | 4C | 0 | 1F | 45 | 5 | 21 | 57 | 3F |
| Octal | 363 | 250 | 114 | 0 | 37 | 105 | 5 | 41 | 127 | 77 |
| Binary | 11110011 | 10101000 | 1001100 | 0 | 11111 | 1000101 | 101 | 100001 | 1010111 | 111111 |
Color Harmonies of #F3A84C
Complementary color
Monochromatic Colors of #F3A84C
Black with #F3A84C
Text Example
Text Example
White with #F3A84C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A84C; }
p { color: rgb(243,168,76); }
H1.HeaderClassName
{
color: #F3A84C;
}
.AnyTagClassName
{
color: #F3A84C;
}
</style>
background-color css
<style>
a { background-color: #F3A84C; }
a { background-color: rgb(243,168,76); }
div.DivClassName
{
background-color: #F3A84C;
}
.BgClassName
{
background-color: #F3A84C;
}
</style>
border-color css
<style>
span { border-color: #F3A84C; }
span { border-color: rgb(243,168,76); }
td.TdClassName
{
border-color: #F3A84C;
}
.TagClassName
{
border-color: #F3A84C;
}
</style>