Shades of Casablanca #F0AD5B
Tints of Casablanca #F0AD5B
RGB
CMYK
RGB Variations
Color information
#F0AD5B (or 0xF0AD5B) is known color: Casablanca. HEX triplet: F0, AD and 5B. RGB value is (240,173,91). Sum of RGB (Red+Green+Blue) = 240+173+91=504 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.62% from 504); Green value is 173 (67.97% from 255 or 34.33% from 504); Blue value is 91 (35.94% from 255 or 18.06% from 504); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AD5B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0AD5B is #0F52A4. Grayscale: #B8B8B8. Windows color (decimal): -1004197 or 6008304. OLE color: 6008304.
HSL color Cylindrical-coordinate representation of color #F0AD5B: hue angle of 33.02º 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 #F0AD5B is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 173 | 91 | - |
| CMYK | 0 | 0.28 | 0.62 | 0.06 |
| HSL | 33.02º | 0.83% | 0.65% | - |
| HSV(B) | 33.02º | 0.62% | 0.94% | - |
| XYZ | 52.77 | 49.17 | 16.61 | - |
| YUV | 183.69 | 75.7 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 173 | 91 | 0 | 0.28 | 0.62 | 0.06 | 33.02 | 0.83 | 0.65 |
| Hex | F0 | AD | 5B | 0 | 1C | 3E | 6 | 21 | 53 | 41 |
| Octal | 360 | 255 | 133 | 0 | 34 | 76 | 6 | 41 | 123 | 101 |
| Binary | 11110000 | 10101101 | 1011011 | 0 | 11100 | 111110 | 110 | 100001 | 1010011 | 1000001 |
Color Harmonies of #F0AD5B
Complementary color
Monochromatic Colors of #F0AD5B
Black with #F0AD5B
Text Example
Text Example
White with #F0AD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AD5B; }
p { color: rgb(240,173,91); }
H1.HeaderClassName
{
color: #F0AD5B;
}
.AnyTagClassName
{
color: #F0AD5B;
}
</style>
background-color css
<style>
a { background-color: #F0AD5B; }
a { background-color: rgb(240,173,91); }
div.DivClassName
{
background-color: #F0AD5B;
}
.BgClassName
{
background-color: #F0AD5B;
}
</style>
border-color css
<style>
span { border-color: #F0AD5B; }
span { border-color: rgb(240,173,91); }
td.TdClassName
{
border-color: #F0AD5B;
}
.TagClassName
{
border-color: #F0AD5B;
}
</style>