Shades of Casablanca #F2AF4A
Tints of Casablanca #F2AF4A
RGB
CMYK
RGB Variations
Color information
#F2AF4A (or 0xF2AF4A) is known color: Casablanca. HEX triplet: F2, AF and 4A. RGB value is (242,175,74). Sum of RGB (Red+Green+Blue) = 242+175+74=491 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.29% from 491); Green value is 175 (68.75% from 255 or 35.64% from 491); Blue value is 74 (29.30% from 255 or 15.07% from 491); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AF4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2AF4A is #0D50B5. Grayscale: #B7B7B7. Windows color (decimal): -872630 or 4894706. OLE color: 4894706.
HSL color Cylindrical-coordinate representation of color #F2AF4A: hue angle of 36.07º 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 #F2AF4A is Cyan = 0, Magento = 0.28, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 175 | 74 | - |
| CMYK | 0 | 0.28 | 0.69 | 0.05 |
| HSL | 36.07º | 0.87% | 0.62% | - |
| HSV(B) | 36.07º | 0.69% | 0.95% | - |
| XYZ | 53.18 | 50.03 | 13.33 | - |
| YUV | 183.52 | 66.2 | 169.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 175 | 74 | 0 | 0.28 | 0.69 | 0.05 | 36.07 | 0.87 | 0.62 |
| Hex | F2 | AF | 4A | 0 | 1C | 45 | 5 | 24 | 57 | 3E |
| Octal | 362 | 257 | 112 | 0 | 34 | 105 | 5 | 44 | 127 | 76 |
| Binary | 11110010 | 10101111 | 1001010 | 0 | 11100 | 1000101 | 101 | 100100 | 1010111 | 111110 |
Color Harmonies of #F2AF4A
Complementary color
Monochromatic Colors of #F2AF4A
Black with #F2AF4A
Text Example
Text Example
White with #F2AF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AF4A; }
p { color: rgb(242,175,74); }
H1.HeaderClassName
{
color: #F2AF4A;
}
.AnyTagClassName
{
color: #F2AF4A;
}
</style>
background-color css
<style>
a { background-color: #F2AF4A; }
a { background-color: rgb(242,175,74); }
div.DivClassName
{
background-color: #F2AF4A;
}
.BgClassName
{
background-color: #F2AF4A;
}
</style>
border-color css
<style>
span { border-color: #F2AF4A; }
span { border-color: rgb(242,175,74); }
td.TdClassName
{
border-color: #F2AF4A;
}
.TagClassName
{
border-color: #F2AF4A;
}
</style>