Shades of Yellow Sea #F3A53A
Tints of Yellow Sea #F3A53A
RGB
CMYK
RGB Variations
Color information
#F3A53A (or 0xF3A53A) is known color: Yellow Sea. HEX triplet: F3, A5 and 3A. RGB value is (243,165,58). Sum of RGB (Red+Green+Blue) = 243+165+58=466 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.15% from 466); Green value is 165 (64.84% from 255 or 35.41% from 466); Blue value is 58 (23.05% from 255 or 12.45% from 466); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A53A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F3A53A is #0C5AC5. Grayscale: #B0B0B0. Windows color (decimal): -809670 or 3843571. OLE color: 3843571.
HSL color Cylindrical-coordinate representation of color #F3A53A: hue angle of 34.7º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F3A53A is Cyan = 0, Magento = 0.32, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 165 | 58 | - |
| CMYK | 0 | 0.32 | 0.76 | 0.05 |
| HSL | 34.7º | 0.89% | 0.59% | - |
| HSV(B) | 34.7º | 0.76% | 0.95% | - |
| XYZ | 51.18 | 46.27 | 10.24 | - |
| YUV | 176.12 | 61.34 | 175.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 165 | 58 | 0 | 0.32 | 0.76 | 0.05 | 34.7 | 0.89 | 0.59 |
| Hex | F3 | A5 | 3A | 0 | 20 | 4C | 5 | 23 | 59 | 3B |
| Octal | 363 | 245 | 72 | 0 | 40 | 114 | 5 | 43 | 131 | 73 |
| Binary | 11110011 | 10100101 | 111010 | 0 | 100000 | 1001100 | 101 | 100011 | 1011001 | 111011 |
Color Harmonies of #F3A53A
Complementary color
Monochromatic Colors of #F3A53A
Black with #F3A53A
Text Example
Text Example
White with #F3A53A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A53A; }
p { color: rgb(243,165,58); }
H1.HeaderClassName
{
color: #F3A53A;
}
.AnyTagClassName
{
color: #F3A53A;
}
</style>
background-color css
<style>
a { background-color: #F3A53A; }
a { background-color: rgb(243,165,58); }
div.DivClassName
{
background-color: #F3A53A;
}
.BgClassName
{
background-color: #F3A53A;
}
</style>
border-color css
<style>
span { border-color: #F3A53A; }
span { border-color: rgb(243,165,58); }
td.TdClassName
{
border-color: #F3A53A;
}
.TagClassName
{
border-color: #F3A53A;
}
</style>