Shades of Casablanca #F2AD4F
Tints of Casablanca #F2AD4F
RGB
CMYK
RGB Variations
Color information
#F2AD4F (or 0xF2AD4F) is known color: Casablanca. HEX triplet: F2, AD and 4F. RGB value is (242,173,79). Sum of RGB (Red+Green+Blue) = 242+173+79=494 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.99% from 494); Green value is 173 (67.97% from 255 or 35.02% from 494); Blue value is 79 (31.25% from 255 or 15.99% from 494); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AD4F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2AD4F is #0D52B0. Grayscale: #B7B7B7. Windows color (decimal): -873137 or 5221874. OLE color: 5221874.
HSL color Cylindrical-coordinate representation of color #F2AD4F: hue angle of 34.6º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F2AD4F is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 173 | 79 | - |
| CMYK | 0 | 0.29 | 0.67 | 0.05 |
| HSL | 34.6º | 0.86% | 0.63% | - |
| HSV(B) | 34.6º | 0.67% | 0.95% | - |
| XYZ | 52.97 | 49.33 | 14.13 | - |
| YUV | 182.92 | 69.36 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 173 | 79 | 0 | 0.29 | 0.67 | 0.05 | 34.6 | 0.86 | 0.63 |
| Hex | F2 | AD | 4F | 0 | 1D | 43 | 5 | 23 | 56 | 3F |
| Octal | 362 | 255 | 117 | 0 | 35 | 103 | 5 | 43 | 126 | 77 |
| Binary | 11110010 | 10101101 | 1001111 | 0 | 11101 | 1000011 | 101 | 100011 | 1010110 | 111111 |
Color Harmonies of #F2AD4F
Complementary color
Monochromatic Colors of #F2AD4F
Black with #F2AD4F
Text Example
Text Example
White with #F2AD4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AD4F; }
p { color: rgb(242,173,79); }
H1.HeaderClassName
{
color: #F2AD4F;
}
.AnyTagClassName
{
color: #F2AD4F;
}
</style>
background-color css
<style>
a { background-color: #F2AD4F; }
a { background-color: rgb(242,173,79); }
div.DivClassName
{
background-color: #F2AD4F;
}
.BgClassName
{
background-color: #F2AD4F;
}
</style>
border-color css
<style>
span { border-color: #F2AD4F; }
span { border-color: rgb(242,173,79); }
td.TdClassName
{
border-color: #F2AD4F;
}
.TagClassName
{
border-color: #F2AD4F;
}
</style>