Shades of Casablanca #F6AD4D
Tints of Casablanca #F6AD4D
RGB
CMYK
RGB Variations
Color information
#F6AD4D (or 0xF6AD4D) is known color: Casablanca. HEX triplet: F6, AD and 4D. RGB value is (246,173,77). Sum of RGB (Red+Green+Blue) = 246+173+77=496 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.60% from 496); Green value is 173 (67.97% from 255 or 34.88% from 496); Blue value is 77 (30.47% from 255 or 15.52% from 496); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AD4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6AD4D is #0952B2. Grayscale: #B8B8B8. Windows color (decimal): -610995 or 5090806. OLE color: 5090806.
HSL color Cylindrical-coordinate representation of color #F6AD4D: hue angle of 34.08º degrees, saturation: 0.9, 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 #F6AD4D is Cyan = 0, Magento = 0.30, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 173 | 77 | - |
| CMYK | 0 | 0.30 | 0.69 | 0.04 |
| HSL | 34.08º | 0.9% | 0.63% | - |
| HSV(B) | 34.08º | 0.69% | 0.96% | - |
| XYZ | 54.29 | 50.02 | 13.81 | - |
| YUV | 183.88 | 67.68 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 173 | 77 | 0 | 0.30 | 0.69 | 0.04 | 34.08 | 0.9 | 0.63 |
| Hex | F6 | AD | 4D | 0 | 1E | 45 | 4 | 22 | 5A | 3F |
| Octal | 366 | 255 | 115 | 0 | 36 | 105 | 4 | 42 | 132 | 77 |
| Binary | 11110110 | 10101101 | 1001101 | 0 | 11110 | 1000101 | 100 | 100010 | 1011010 | 111111 |
Color Harmonies of #F6AD4D
Complementary color
Monochromatic Colors of #F6AD4D
Black with #F6AD4D
Text Example
Text Example
White with #F6AD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6AD4D; }
p { color: rgb(246,173,77); }
H1.HeaderClassName
{
color: #F6AD4D;
}
.AnyTagClassName
{
color: #F6AD4D;
}
</style>
background-color css
<style>
a { background-color: #F6AD4D; }
a { background-color: rgb(246,173,77); }
div.DivClassName
{
background-color: #F6AD4D;
}
.BgClassName
{
background-color: #F6AD4D;
}
</style>
border-color css
<style>
span { border-color: #F6AD4D; }
span { border-color: rgb(246,173,77); }
td.TdClassName
{
border-color: #F6AD4D;
}
.TagClassName
{
border-color: #F6AD4D;
}
</style>