Shades of Golden Sand #F2CA6B
Tints of Golden Sand #F2CA6B
RGB
CMYK
RGB Variations
Color information
#F2CA6B (or 0xF2CA6B) is known color: Golden Sand. HEX triplet: F2, CA and 6B. RGB value is (242,202,107). Sum of RGB (Red+Green+Blue) = 242+202+107=551 (72% of max value = 765). Red value is 242 (94.92% from 255 or 43.92% from 551); Green value is 202 (79.30% from 255 or 36.66% from 551); Blue value is 107 (42.19% from 255 or 19.42% from 551); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CA6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2CA6B is #0D3594. Grayscale: #CBCBCB. Windows color (decimal): -865685 or 7064306. OLE color: 7064306.
HSL color Cylindrical-coordinate representation of color #F2CA6B: hue angle of 42.22º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F2CA6B is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 202 | 107 | - |
| CMYK | 0 | 0.17 | 0.56 | 0.05 |
| HSL | 42.22º | 0.84% | 0.68% | - |
| HSV(B) | 42.22º | 0.56% | 0.95% | - |
| XYZ | 60.39 | 62.18 | 22.73 | - |
| YUV | 203.13 | 73.75 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 202 | 107 | 0 | 0.17 | 0.56 | 0.05 | 42.22 | 0.84 | 0.68 |
| Hex | F2 | CA | 6B | 0 | 11 | 38 | 5 | 2A | 54 | 44 |
| Octal | 362 | 312 | 153 | 0 | 21 | 70 | 5 | 52 | 124 | 104 |
| Binary | 11110010 | 11001010 | 1101011 | 0 | 10001 | 111000 | 101 | 101010 | 1010100 | 1000100 |
Color Harmonies of #F2CA6B
Complementary color
Monochromatic Colors of #F2CA6B
Black with #F2CA6B
Text Example
Text Example
White with #F2CA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CA6B; }
p { color: rgb(242,202,107); }
H1.HeaderClassName
{
color: #F2CA6B;
}
.AnyTagClassName
{
color: #F2CA6B;
}
</style>
background-color css
<style>
a { background-color: #F2CA6B; }
a { background-color: rgb(242,202,107); }
div.DivClassName
{
background-color: #F2CA6B;
}
.BgClassName
{
background-color: #F2CA6B;
}
</style>
border-color css
<style>
span { border-color: #F2CA6B; }
span { border-color: rgb(242,202,107); }
td.TdClassName
{
border-color: #F2CA6B;
}
.TagClassName
{
border-color: #F2CA6B;
}
</style>