Shades of Casablanca #F2AD4A
Tints of Casablanca #F2AD4A
RGB
CMYK
RGB Variations
Color information
#F2AD4A (or 0xF2AD4A) is known color: Casablanca. HEX triplet: F2, AD and 4A. RGB value is (242,173,74). Sum of RGB (Red+Green+Blue) = 242+173+74=489 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.49% from 489); Green value is 173 (67.97% from 255 or 35.38% from 489); Blue value is 74 (29.30% from 255 or 15.13% from 489); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AD4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2AD4A is #0D52B5. Grayscale: #B6B6B6. Windows color (decimal): -873142 or 4894194. OLE color: 4894194.
HSL color Cylindrical-coordinate representation of color #F2AD4A: hue angle of 35.36º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F2AD4A is Cyan = 0, Magento = 0.29, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 173 | 74 | - |
| CMYK | 0 | 0.29 | 0.69 | 0.05 |
| HSL | 35.36º | 0.87% | 0.62% | - |
| HSV(B) | 35.36º | 0.69% | 0.95% | - |
| XYZ | 52.8 | 49.26 | 13.2 | - |
| YUV | 182.35 | 66.86 | 170.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 173 | 74 | 0 | 0.29 | 0.69 | 0.05 | 35.36 | 0.87 | 0.62 |
| Hex | F2 | AD | 4A | 0 | 1D | 45 | 5 | 23 | 57 | 3E |
| Octal | 362 | 255 | 112 | 0 | 35 | 105 | 5 | 43 | 127 | 76 |
| Binary | 11110010 | 10101101 | 1001010 | 0 | 11101 | 1000101 | 101 | 100011 | 1010111 | 111110 |
Color Harmonies of #F2AD4A
Complementary color
Monochromatic Colors of #F2AD4A
Black with #F2AD4A
Text Example
Text Example
White with #F2AD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AD4A; }
p { color: rgb(242,173,74); }
H1.HeaderClassName
{
color: #F2AD4A;
}
.AnyTagClassName
{
color: #F2AD4A;
}
</style>
background-color css
<style>
a { background-color: #F2AD4A; }
a { background-color: rgb(242,173,74); }
div.DivClassName
{
background-color: #F2AD4A;
}
.BgClassName
{
background-color: #F2AD4A;
}
</style>
border-color css
<style>
span { border-color: #F2AD4A; }
span { border-color: rgb(242,173,74); }
td.TdClassName
{
border-color: #F2AD4A;
}
.TagClassName
{
border-color: #F2AD4A;
}
</style>