Shades of Casablanca #F3A850
Tints of Casablanca #F3A850
RGB
CMYK
RGB Variations
Color information
#F3A850 (or 0xF3A850) is known color: Casablanca. HEX triplet: F3, A8 and 50. RGB value is (243,168,80). Sum of RGB (Red+Green+Blue) = 243+168+80=491 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.49% from 491); Green value is 168 (66.02% from 255 or 34.22% from 491); Blue value is 80 (31.64% from 255 or 16.29% from 491); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A850 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3A850 is #0C57AF. Grayscale: #B4B4B4. Windows color (decimal): -808880 or 5286131. OLE color: 5286131.
HSL color Cylindrical-coordinate representation of color #F3A850: hue angle of 32.39º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F3A850 is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 168 | 80 | - |
| CMYK | 0 | 0.31 | 0.67 | 0.05 |
| HSL | 32.39º | 0.87% | 0.63% | - |
| HSV(B) | 32.39º | 0.67% | 0.95% | - |
| XYZ | 52.41 | 47.64 | 14.02 | - |
| YUV | 180.39 | 71.35 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 168 | 80 | 0 | 0.31 | 0.67 | 0.05 | 32.39 | 0.87 | 0.63 |
| Hex | F3 | A8 | 50 | 0 | 1F | 43 | 5 | 20 | 57 | 3F |
| Octal | 363 | 250 | 120 | 0 | 37 | 103 | 5 | 40 | 127 | 77 |
| Binary | 11110011 | 10101000 | 1010000 | 0 | 11111 | 1000011 | 101 | 100000 | 1010111 | 111111 |
Color Harmonies of #F3A850
Complementary color
Monochromatic Colors of #F3A850
Black with #F3A850
Text Example
Text Example
White with #F3A850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A850; }
p { color: rgb(243,168,80); }
H1.HeaderClassName
{
color: #F3A850;
}
.AnyTagClassName
{
color: #F3A850;
}
</style>
background-color css
<style>
a { background-color: #F3A850; }
a { background-color: rgb(243,168,80); }
div.DivClassName
{
background-color: #F3A850;
}
.BgClassName
{
background-color: #F3A850;
}
</style>
border-color css
<style>
span { border-color: #F3A850; }
span { border-color: rgb(243,168,80); }
td.TdClassName
{
border-color: #F3A850;
}
.TagClassName
{
border-color: #F3A850;
}
</style>