Shades of Yellow Sea #F3A83D
Tints of Yellow Sea #F3A83D
RGB
CMYK
RGB Variations
Color information
#F3A83D (or 0xF3A83D) is known color: Yellow Sea. HEX triplet: F3, A8 and 3D. RGB value is (243,168,61). Sum of RGB (Red+Green+Blue) = 243+168+61=472 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.48% from 472); Green value is 168 (66.02% from 255 or 35.59% from 472); Blue value is 61 (24.22% from 255 or 12.92% from 472); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A83D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F3A83D is #0C57C2. Grayscale: #B2B2B2. Windows color (decimal): -808899 or 4040947. OLE color: 4040947.
HSL color Cylindrical-coordinate representation of color #F3A83D: hue angle of 35.27º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F3A83D is Cyan = 0, Magento = 0.31, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 168 | 61 | - |
| CMYK | 0 | 0.31 | 0.75 | 0.05 |
| HSL | 35.27º | 0.88% | 0.6% | - |
| HSV(B) | 35.27º | 0.75% | 0.95% | - |
| XYZ | 51.81 | 47.4 | 10.83 | - |
| YUV | 178.23 | 61.85 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 168 | 61 | 0 | 0.31 | 0.75 | 0.05 | 35.27 | 0.88 | 0.6 |
| Hex | F3 | A8 | 3D | 0 | 1F | 4B | 5 | 23 | 58 | 3C |
| Octal | 363 | 250 | 75 | 0 | 37 | 113 | 5 | 43 | 130 | 74 |
| Binary | 11110011 | 10101000 | 111101 | 0 | 11111 | 1001011 | 101 | 100011 | 1011000 | 111100 |
Color Harmonies of #F3A83D
Complementary color
Monochromatic Colors of #F3A83D
Black with #F3A83D
Text Example
Text Example
White with #F3A83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A83D; }
p { color: rgb(243,168,61); }
H1.HeaderClassName
{
color: #F3A83D;
}
.AnyTagClassName
{
color: #F3A83D;
}
</style>
background-color css
<style>
a { background-color: #F3A83D; }
a { background-color: rgb(243,168,61); }
div.DivClassName
{
background-color: #F3A83D;
}
.BgClassName
{
background-color: #F3A83D;
}
</style>
border-color css
<style>
span { border-color: #F3A83D; }
span { border-color: rgb(243,168,61); }
td.TdClassName
{
border-color: #F3A83D;
}
.TagClassName
{
border-color: #F3A83D;
}
</style>