Shades of Casablanca #F0A64C
Tints of Casablanca #F0A64C
RGB
CMYK
RGB Variations
Color information
#F0A64C (or 0xF0A64C) is known color: Casablanca. HEX triplet: F0, A6 and 4C. RGB value is (240,166,76). Sum of RGB (Red+Green+Blue) = 240+166+76=482 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.79% from 482); Green value is 166 (65.23% from 255 or 34.44% from 482); Blue value is 76 (30.08% from 255 or 15.77% from 482); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A64C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A64C is #0F59B3. Grayscale: #B2B2B2. Windows color (decimal): -1006004 or 5023472. OLE color: 5023472.
HSL color Cylindrical-coordinate representation of color #F0A64C: hue angle of 32.93º degrees, saturation: 0.85, 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 #F0A64C is Cyan = 0, Magento = 0.31, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 166 | 76 | - |
| CMYK | 0 | 0.31 | 0.68 | 0.06 |
| HSL | 32.93º | 0.85% | 0.62% | - |
| HSV(B) | 32.93º | 0.68% | 0.94% | - |
| XYZ | 50.88 | 46.32 | 13.1 | - |
| YUV | 177.87 | 70.52 | 172.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 166 | 76 | 0 | 0.31 | 0.68 | 0.06 | 32.93 | 0.85 | 0.62 |
| Hex | F0 | A6 | 4C | 0 | 1F | 44 | 6 | 21 | 55 | 3E |
| Octal | 360 | 246 | 114 | 0 | 37 | 104 | 6 | 41 | 125 | 76 |
| Binary | 11110000 | 10100110 | 1001100 | 0 | 11111 | 1000100 | 110 | 100001 | 1010101 | 111110 |
Color Harmonies of #F0A64C
Complementary color
Monochromatic Colors of #F0A64C
Black with #F0A64C
Text Example
Text Example
White with #F0A64C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A64C; }
p { color: rgb(240,166,76); }
H1.HeaderClassName
{
color: #F0A64C;
}
.AnyTagClassName
{
color: #F0A64C;
}
</style>
background-color css
<style>
a { background-color: #F0A64C; }
a { background-color: rgb(240,166,76); }
div.DivClassName
{
background-color: #F0A64C;
}
.BgClassName
{
background-color: #F0A64C;
}
</style>
border-color css
<style>
span { border-color: #F0A64C; }
span { border-color: rgb(240,166,76); }
td.TdClassName
{
border-color: #F0A64C;
}
.TagClassName
{
border-color: #F0A64C;
}
</style>