Shades of Casablanca #F3A94D
Tints of Casablanca #F3A94D
RGB
CMYK
RGB Variations
Color information
#F3A94D (or 0xF3A94D) is known color: Casablanca. HEX triplet: F3, A9 and 4D. RGB value is (243,169,77). Sum of RGB (Red+Green+Blue) = 243+169+77=489 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.69% from 489); Green value is 169 (66.41% from 255 or 34.56% from 489); Blue value is 77 (30.47% from 255 or 15.75% from 489); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A94D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3A94D is #0C56B2. Grayscale: #B5B5B5. Windows color (decimal): -808627 or 5089779. OLE color: 5089779.
HSL color Cylindrical-coordinate representation of color #F3A94D: hue angle of 33.25º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F3A94D is Cyan = 0, Magento = 0.30, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 169 | 77 | - |
| CMYK | 0 | 0.30 | 0.68 | 0.05 |
| HSL | 33.25º | 0.87% | 0.63% | - |
| HSV(B) | 33.25º | 0.68% | 0.95% | - |
| XYZ | 52.49 | 47.97 | 13.51 | - |
| YUV | 180.64 | 69.52 | 172.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 169 | 77 | 0 | 0.30 | 0.68 | 0.05 | 33.25 | 0.87 | 0.63 |
| Hex | F3 | A9 | 4D | 0 | 1E | 44 | 5 | 21 | 57 | 3F |
| Octal | 363 | 251 | 115 | 0 | 36 | 104 | 5 | 41 | 127 | 77 |
| Binary | 11110011 | 10101001 | 1001101 | 0 | 11110 | 1000100 | 101 | 100001 | 1010111 | 111111 |
Color Harmonies of #F3A94D
Complementary color
Monochromatic Colors of #F3A94D
Black with #F3A94D
Text Example
Text Example
White with #F3A94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A94D; }
p { color: rgb(243,169,77); }
H1.HeaderClassName
{
color: #F3A94D;
}
.AnyTagClassName
{
color: #F3A94D;
}
</style>
background-color css
<style>
a { background-color: #F3A94D; }
a { background-color: rgb(243,169,77); }
div.DivClassName
{
background-color: #F3A94D;
}
.BgClassName
{
background-color: #F3A94D;
}
</style>
border-color css
<style>
span { border-color: #F3A94D; }
span { border-color: rgb(243,169,77); }
td.TdClassName
{
border-color: #F3A94D;
}
.TagClassName
{
border-color: #F3A94D;
}
</style>