Shades of Yellow Sea #F3A040
Tints of Yellow Sea #F3A040
RGB
CMYK
RGB Variations
Color information
#F3A040 (or 0xF3A040) is known color: Yellow Sea. HEX triplet: F3, A0 and 40. RGB value is (243,160,64). Sum of RGB (Red+Green+Blue) = 243+160+64=467 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.03% from 467); Green value is 160 (62.89% from 255 or 34.26% from 467); Blue value is 64 (25.39% from 255 or 13.70% from 467); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A040 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F3A040 is #0C5FBF. Grayscale: #AEAEAE. Windows color (decimal): -810944 or 4235507. OLE color: 4235507.
HSL color Cylindrical-coordinate representation of color #F3A040: hue angle of 32.18º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F3A040 is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 160 | 64 | - |
| CMYK | 0 | 0.34 | 0.74 | 0.05 |
| HSL | 32.18º | 0.88% | 0.6% | - |
| HSV(B) | 32.18º | 0.74% | 0.95% | - |
| XYZ | 50.46 | 44.57 | 10.79 | - |
| YUV | 173.87 | 66 | 177.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 160 | 64 | 0 | 0.34 | 0.74 | 0.05 | 32.18 | 0.88 | 0.6 |
| Hex | F3 | A0 | 40 | 0 | 22 | 4A | 5 | 20 | 58 | 3C |
| Octal | 363 | 240 | 100 | 0 | 42 | 112 | 5 | 40 | 130 | 74 |
| Binary | 11110011 | 10100000 | 1000000 | 0 | 100010 | 1001010 | 101 | 100000 | 1011000 | 111100 |
Color Harmonies of #F3A040
Complementary color
Monochromatic Colors of #F3A040
Black with #F3A040
Text Example
Text Example
White with #F3A040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A040; }
p { color: rgb(243,160,64); }
H1.HeaderClassName
{
color: #F3A040;
}
.AnyTagClassName
{
color: #F3A040;
}
</style>
background-color css
<style>
a { background-color: #F3A040; }
a { background-color: rgb(243,160,64); }
div.DivClassName
{
background-color: #F3A040;
}
.BgClassName
{
background-color: #F3A040;
}
</style>
border-color css
<style>
span { border-color: #F3A040; }
span { border-color: rgb(243,160,64); }
td.TdClassName
{
border-color: #F3A040;
}
.TagClassName
{
border-color: #F3A040;
}
</style>