Shades of Casablanca #F5AD4C
Tints of Casablanca #F5AD4C
RGB
CMYK
RGB Variations
Color information
#F5AD4C (or 0xF5AD4C) is known color: Casablanca. HEX triplet: F5, AD and 4C. RGB value is (245,173,76). Sum of RGB (Red+Green+Blue) = 245+173+76=494 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.60% from 494); Green value is 173 (67.97% from 255 or 35.02% from 494); Blue value is 76 (30.08% from 255 or 15.38% from 494); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AD4C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5AD4C is #0A52B3. Grayscale: #B7B7B7. Windows color (decimal): -676532 or 5025269. OLE color: 5025269.
HSL color Cylindrical-coordinate representation of color #F5AD4C: hue angle of 34.44º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F5AD4C is Cyan = 0, Magento = 0.29, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 173 | 76 | - |
| CMYK | 0 | 0.29 | 0.69 | 0.04 |
| HSL | 34.44º | 0.89% | 0.63% | - |
| HSV(B) | 34.44º | 0.69% | 0.96% | - |
| XYZ | 53.9 | 49.82 | 13.61 | - |
| YUV | 183.47 | 67.35 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 173 | 76 | 0 | 0.29 | 0.69 | 0.04 | 34.44 | 0.89 | 0.63 |
| Hex | F5 | AD | 4C | 0 | 1D | 45 | 4 | 22 | 59 | 3F |
| Octal | 365 | 255 | 114 | 0 | 35 | 105 | 4 | 42 | 131 | 77 |
| Binary | 11110101 | 10101101 | 1001100 | 0 | 11101 | 1000101 | 100 | 100010 | 1011001 | 111111 |
Color Harmonies of #F5AD4C
Complementary color
Monochromatic Colors of #F5AD4C
Black with #F5AD4C
Text Example
Text Example
White with #F5AD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AD4C; }
p { color: rgb(245,173,76); }
H1.HeaderClassName
{
color: #F5AD4C;
}
.AnyTagClassName
{
color: #F5AD4C;
}
</style>
background-color css
<style>
a { background-color: #F5AD4C; }
a { background-color: rgb(245,173,76); }
div.DivClassName
{
background-color: #F5AD4C;
}
.BgClassName
{
background-color: #F5AD4C;
}
</style>
border-color css
<style>
span { border-color: #F5AD4C; }
span { border-color: rgb(245,173,76); }
td.TdClassName
{
border-color: #F5AD4C;
}
.TagClassName
{
border-color: #F5AD4C;
}
</style>