Shades of Casablanca #F0A94D
Tints of Casablanca #F0A94D
RGB
CMYK
RGB Variations
Color information
#F0A94D (or 0xF0A94D) is known color: Casablanca. HEX triplet: F0, A9 and 4D. RGB value is (240,169,77). Sum of RGB (Red+Green+Blue) = 240+169+77=486 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.38% from 486); Green value is 169 (66.41% from 255 or 34.77% from 486); Blue value is 77 (30.47% from 255 or 15.84% from 486); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A94D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A94D is #0F56B2. Grayscale: #B4B4B4. Windows color (decimal): -1005235 or 5089776. OLE color: 5089776.
HSL color Cylindrical-coordinate representation of color #F0A94D: hue angle of 33.87º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F0A94D is Cyan = 0, Magento = 0.30, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 169 | 77 | - |
| CMYK | 0 | 0.30 | 0.68 | 0.06 |
| HSL | 33.87º | 0.84% | 0.62% | - |
| HSV(B) | 33.87º | 0.68% | 0.94% | - |
| XYZ | 51.46 | 47.44 | 13.47 | - |
| YUV | 179.74 | 70.02 | 170.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 169 | 77 | 0 | 0.30 | 0.68 | 0.06 | 33.87 | 0.84 | 0.62 |
| Hex | F0 | A9 | 4D | 0 | 1E | 44 | 6 | 22 | 54 | 3E |
| Octal | 360 | 251 | 115 | 0 | 36 | 104 | 6 | 42 | 124 | 76 |
| Binary | 11110000 | 10101001 | 1001101 | 0 | 11110 | 1000100 | 110 | 100010 | 1010100 | 111110 |
Color Harmonies of #F0A94D
Complementary color
Monochromatic Colors of #F0A94D
Black with #F0A94D
Text Example
Text Example
White with #F0A94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A94D; }
p { color: rgb(240,169,77); }
H1.HeaderClassName
{
color: #F0A94D;
}
.AnyTagClassName
{
color: #F0A94D;
}
</style>
background-color css
<style>
a { background-color: #F0A94D; }
a { background-color: rgb(240,169,77); }
div.DivClassName
{
background-color: #F0A94D;
}
.BgClassName
{
background-color: #F0A94D;
}
</style>
border-color css
<style>
span { border-color: #F0A94D; }
span { border-color: rgb(240,169,77); }
td.TdClassName
{
border-color: #F0A94D;
}
.TagClassName
{
border-color: #F0A94D;
}
</style>