Shades of Casablanca #F0AF5A
Tints of Casablanca #F0AF5A
RGB
CMYK
RGB Variations
Color information
#F0AF5A (or 0xF0AF5A) is known color: Casablanca. HEX triplet: F0, AF and 5A. RGB value is (240,175,90). Sum of RGB (Red+Green+Blue) = 240+175+90=505 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.52% from 505); Green value is 175 (68.75% from 255 or 34.65% from 505); Blue value is 90 (35.55% from 255 or 17.82% from 505); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AF5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0AF5A is #0F50A5. Grayscale: #B9B9B9. Windows color (decimal): -1003686 or 5943280. OLE color: 5943280.
HSL color Cylindrical-coordinate representation of color #F0AF5A: hue angle of 34º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F0AF5A is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 175 | 90 | - |
| CMYK | 0 | 0.27 | 0.62 | 0.06 |
| HSL | 34º | 0.83% | 0.65% | - |
| HSV(B) | 34º | 0.63% | 0.94% | - |
| XYZ | 53.11 | 49.92 | 16.51 | - |
| YUV | 184.75 | 74.53 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 175 | 90 | 0 | 0.27 | 0.62 | 0.06 | 34 | 0.83 | 0.65 |
| Hex | F0 | AF | 5A | 0 | 1B | 3E | 6 | 22 | 53 | 41 |
| Octal | 360 | 257 | 132 | 0 | 33 | 76 | 6 | 42 | 123 | 101 |
| Binary | 11110000 | 10101111 | 1011010 | 0 | 11011 | 111110 | 110 | 100010 | 1010011 | 1000001 |
Color Harmonies of #F0AF5A
Complementary color
Monochromatic Colors of #F0AF5A
Black with #F0AF5A
Text Example
Text Example
White with #F0AF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AF5A; }
p { color: rgb(240,175,90); }
H1.HeaderClassName
{
color: #F0AF5A;
}
.AnyTagClassName
{
color: #F0AF5A;
}
</style>
background-color css
<style>
a { background-color: #F0AF5A; }
a { background-color: rgb(240,175,90); }
div.DivClassName
{
background-color: #F0AF5A;
}
.BgClassName
{
background-color: #F0AF5A;
}
</style>
border-color css
<style>
span { border-color: #F0AF5A; }
span { border-color: rgb(240,175,90); }
td.TdClassName
{
border-color: #F0AF5A;
}
.TagClassName
{
border-color: #F0AF5A;
}
</style>