Shades of Casablanca #F3AD4A
Tints of Casablanca #F3AD4A
RGB
CMYK
RGB Variations
Color information
#F3AD4A (or 0xF3AD4A) is known color: Casablanca. HEX triplet: F3, AD and 4A. RGB value is (243,173,74). Sum of RGB (Red+Green+Blue) = 243+173+74=490 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.59% from 490); Green value is 173 (67.97% from 255 or 35.31% from 490); Blue value is 74 (29.30% from 255 or 15.10% from 490); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AD4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F3AD4A is #0C52B5. Grayscale: #B7B7B7. Windows color (decimal): -807606 or 4894195. OLE color: 4894195.
HSL color Cylindrical-coordinate representation of color #F3AD4A: hue angle of 35.15º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F3AD4A is Cyan = 0, Magento = 0.29, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 173 | 74 | - |
| CMYK | 0 | 0.29 | 0.70 | 0.05 |
| HSL | 35.15º | 0.88% | 0.62% | - |
| HSV(B) | 35.15º | 0.7% | 0.95% | - |
| XYZ | 53.14 | 49.44 | 13.22 | - |
| YUV | 182.64 | 66.69 | 171.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 173 | 74 | 0 | 0.29 | 0.70 | 0.05 | 35.15 | 0.88 | 0.62 |
| Hex | F3 | AD | 4A | 0 | 1D | 46 | 5 | 23 | 58 | 3E |
| Octal | 363 | 255 | 112 | 0 | 35 | 106 | 5 | 43 | 130 | 76 |
| Binary | 11110011 | 10101101 | 1001010 | 0 | 11101 | 1000110 | 101 | 100011 | 1011000 | 111110 |
Color Harmonies of #F3AD4A
Complementary color
Monochromatic Colors of #F3AD4A
Black with #F3AD4A
Text Example
Text Example
White with #F3AD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3AD4A; }
p { color: rgb(243,173,74); }
H1.HeaderClassName
{
color: #F3AD4A;
}
.AnyTagClassName
{
color: #F3AD4A;
}
</style>
background-color css
<style>
a { background-color: #F3AD4A; }
a { background-color: rgb(243,173,74); }
div.DivClassName
{
background-color: #F3AD4A;
}
.BgClassName
{
background-color: #F3AD4A;
}
</style>
border-color css
<style>
span { border-color: #F3AD4A; }
span { border-color: rgb(243,173,74); }
td.TdClassName
{
border-color: #F3AD4A;
}
.TagClassName
{
border-color: #F3AD4A;
}
</style>