Shades of Casablanca #F0AF50
Tints of Casablanca #F0AF50
RGB
CMYK
RGB Variations
Color information
#F0AF50 (or 0xF0AF50) is known color: Casablanca. HEX triplet: F0, AF and 50. RGB value is (240,175,80). Sum of RGB (Red+Green+Blue) = 240+175+80=495 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.48% from 495); Green value is 175 (68.75% from 255 or 35.35% from 495); Blue value is 80 (31.64% from 255 or 16.16% from 495); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AF50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0AF50 is #0F50AF. Grayscale: #B8B8B8. Windows color (decimal): -1003696 or 5287920. OLE color: 5287920.
HSL color Cylindrical-coordinate representation of color #F0AF50: hue angle of 35.62º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F0AF50 is Cyan = 0, Magento = 0.27, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 175 | 80 | - |
| CMYK | 0 | 0.27 | 0.67 | 0.06 |
| HSL | 35.63º | 0.84% | 0.63% | - |
| HSV(B) | 35.63º | 0.67% | 0.94% | - |
| XYZ | 52.71 | 49.76 | 14.42 | - |
| YUV | 183.61 | 69.53 | 168.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 175 | 80 | 0 | 0.27 | 0.67 | 0.06 | 35.63 | 0.84 | 0.63 |
| Hex | F0 | AF | 50 | 0 | 1B | 43 | 6 | 24 | 54 | 3F |
| Octal | 360 | 257 | 120 | 0 | 33 | 103 | 6 | 44 | 124 | 77 |
| Binary | 11110000 | 10101111 | 1010000 | 0 | 11011 | 1000011 | 110 | 100100 | 1010100 | 111111 |
Color Harmonies of #F0AF50
Complementary color
Monochromatic Colors of #F0AF50
Black with #F0AF50
Text Example
Text Example
White with #F0AF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AF50; }
p { color: rgb(240,175,80); }
H1.HeaderClassName
{
color: #F0AF50;
}
.AnyTagClassName
{
color: #F0AF50;
}
</style>
background-color css
<style>
a { background-color: #F0AF50; }
a { background-color: rgb(240,175,80); }
div.DivClassName
{
background-color: #F0AF50;
}
.BgClassName
{
background-color: #F0AF50;
}
</style>
border-color css
<style>
span { border-color: #F0AF50; }
span { border-color: rgb(240,175,80); }
td.TdClassName
{
border-color: #F0AF50;
}
.TagClassName
{
border-color: #F0AF50;
}
</style>