Shades of Yellow Sea #F3983D
Tints of Yellow Sea #F3983D
RGB
CMYK
RGB Variations
Color information
#F3983D (or 0xF3983D) is known color: Yellow Sea. HEX triplet: F3, 98 and 3D. RGB value is (243,152,61). Sum of RGB (Red+Green+Blue) = 243+152+61=456 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.29% from 456); Green value is 152 (59.77% from 255 or 33.33% from 456); Blue value is 61 (24.22% from 255 or 13.38% from 456); Max value from RGB is 243 - color contains mainly: red. Hex color #F3983D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F3983D is #0C67C2. Grayscale: #A9A9A9. Windows color (decimal): -812995 or 4036851. OLE color: 4036851.
HSL color Cylindrical-coordinate representation of color #F3983D: hue angle of 30º 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 #F3983D is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 152 | 61 | - |
| CMYK | 0 | 0.37 | 0.75 | 0.05 |
| HSL | 30º | 0.88% | 0.6% | - |
| HSV(B) | 30º | 0.75% | 0.95% | - |
| XYZ | 49.03 | 41.85 | 9.91 | - |
| YUV | 168.84 | 67.15 | 180.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 152 | 61 | 0 | 0.37 | 0.75 | 0.05 | 30 | 0.88 | 0.6 |
| Hex | F3 | 98 | 3D | 0 | 25 | 4B | 5 | 1E | 58 | 3C |
| Octal | 363 | 230 | 75 | 0 | 45 | 113 | 5 | 36 | 130 | 74 |
| Binary | 11110011 | 10011000 | 111101 | 0 | 100101 | 1001011 | 101 | 11110 | 1011000 | 111100 |
Color Harmonies of #F3983D
Complementary color
Monochromatic Colors of #F3983D
Black with #F3983D
Text Example
Text Example
White with #F3983D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3983D; }
p { color: rgb(243,152,61); }
H1.HeaderClassName
{
color: #F3983D;
}
.AnyTagClassName
{
color: #F3983D;
}
</style>
background-color css
<style>
a { background-color: #F3983D; }
a { background-color: rgb(243,152,61); }
div.DivClassName
{
background-color: #F3983D;
}
.BgClassName
{
background-color: #F3983D;
}
</style>
border-color css
<style>
span { border-color: #F3983D; }
span { border-color: rgb(243,152,61); }
td.TdClassName
{
border-color: #F3983D;
}
.TagClassName
{
border-color: #F3983D;
}
</style>