Shades of Casablanca #F0AE5C
Tints of Casablanca #F0AE5C
RGB
CMYK
RGB Variations
Color information
#F0AE5C (or 0xF0AE5C) is known color: Casablanca. HEX triplet: F0, AE and 5C. RGB value is (240,174,92). Sum of RGB (Red+Green+Blue) = 240+174+92=506 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.43% from 506); Green value is 174 (68.36% from 255 or 34.39% from 506); Blue value is 92 (36.33% from 255 or 18.18% from 506); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AE5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0AE5C is #0F51A3. Grayscale: #B8B8B8. Windows color (decimal): -1003940 or 6074096. OLE color: 6074096.
HSL color Cylindrical-coordinate representation of color #F0AE5C: hue angle of 33.24º 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 #F0AE5C is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 174 | 92 | - |
| CMYK | 0 | 0.28 | 0.62 | 0.06 |
| HSL | 33.24º | 0.83% | 0.65% | - |
| HSV(B) | 33.24º | 0.62% | 0.94% | - |
| XYZ | 53 | 49.57 | 16.9 | - |
| YUV | 184.39 | 75.87 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 174 | 92 | 0 | 0.28 | 0.62 | 0.06 | 33.24 | 0.83 | 0.65 |
| Hex | F0 | AE | 5C | 0 | 1C | 3E | 6 | 21 | 53 | 41 |
| Octal | 360 | 256 | 134 | 0 | 34 | 76 | 6 | 41 | 123 | 101 |
| Binary | 11110000 | 10101110 | 1011100 | 0 | 11100 | 111110 | 110 | 100001 | 1010011 | 1000001 |
Color Harmonies of #F0AE5C
Complementary color
Monochromatic Colors of #F0AE5C
Black with #F0AE5C
Text Example
Text Example
White with #F0AE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AE5C; }
p { color: rgb(240,174,92); }
H1.HeaderClassName
{
color: #F0AE5C;
}
.AnyTagClassName
{
color: #F0AE5C;
}
</style>
background-color css
<style>
a { background-color: #F0AE5C; }
a { background-color: rgb(240,174,92); }
div.DivClassName
{
background-color: #F0AE5C;
}
.BgClassName
{
background-color: #F0AE5C;
}
</style>
border-color css
<style>
span { border-color: #F0AE5C; }
span { border-color: rgb(240,174,92); }
td.TdClassName
{
border-color: #F0AE5C;
}
.TagClassName
{
border-color: #F0AE5C;
}
</style>