Shades of Casablanca #F0AD48
Tints of Casablanca #F0AD48
RGB
CMYK
RGB Variations
Color information
#F0AD48 (or 0xF0AD48) is known color: Casablanca. HEX triplet: F0, AD and 48. RGB value is (240,173,72). Sum of RGB (Red+Green+Blue) = 240+173+72=485 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.48% from 485); Green value is 173 (67.97% from 255 or 35.67% from 485); Blue value is 72 (28.52% from 255 or 14.85% from 485); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AD48 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0AD48 is #0F52B7. Grayscale: #B5B5B5. Windows color (decimal): -1004216 or 4763120. OLE color: 4763120.
HSL color Cylindrical-coordinate representation of color #F0AD48: hue angle of 36.07º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F0AD48 is Cyan = 0, Magento = 0.28, Yellow = 0.7 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 173 | 72 | - |
| CMYK | 0 | 0.28 | 0.7 | 0.06 |
| HSL | 36.07º | 0.85% | 0.61% | - |
| HSV(B) | 36.07º | 0.7% | 0.94% | - |
| XYZ | 52.05 | 48.88 | 12.82 | - |
| YUV | 181.52 | 66.2 | 169.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 173 | 72 | 0 | 0.28 | 0.7 | 0.06 | 36.07 | 0.85 | 0.61 |
| Hex | F0 | AD | 48 | 0 | 1C | 46 | 6 | 24 | 55 | 3D |
| Octal | 360 | 255 | 110 | 0 | 34 | 106 | 6 | 44 | 125 | 75 |
| Binary | 11110000 | 10101101 | 1001000 | 0 | 11100 | 1000110 | 110 | 100100 | 1010101 | 111101 |
Color Harmonies of #F0AD48
Complementary color
Monochromatic Colors of #F0AD48
Black with #F0AD48
Text Example
Text Example
White with #F0AD48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AD48; }
p { color: rgb(240,173,72); }
H1.HeaderClassName
{
color: #F0AD48;
}
.AnyTagClassName
{
color: #F0AD48;
}
</style>
background-color css
<style>
a { background-color: #F0AD48; }
a { background-color: rgb(240,173,72); }
div.DivClassName
{
background-color: #F0AD48;
}
.BgClassName
{
background-color: #F0AD48;
}
</style>
border-color css
<style>
span { border-color: #F0AD48; }
span { border-color: rgb(240,173,72); }
td.TdClassName
{
border-color: #F0AD48;
}
.TagClassName
{
border-color: #F0AD48;
}
</style>