Shades of Yellow Sea #F3982D
Tints of Yellow Sea #F3982D
RGB
CMYK
RGB Variations
Color information
#F3982D (or 0xF3982D) is known color: Yellow Sea. HEX triplet: F3, 98 and 2D. RGB value is (243,152,45). Sum of RGB (Red+Green+Blue) = 243+152+45=440 (58% of max value = 765). Red value is 243 (95.31% from 255 or 55.23% from 440); Green value is 152 (59.77% from 255 or 34.55% from 440); Blue value is 45 (17.97% from 255 or 10.23% from 440); Max value from RGB is 243 - color contains mainly: red. Hex color #F3982D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F3982D is #0C67D2. Grayscale: #A7A7A7. Windows color (decimal): -813011 or 2988275. OLE color: 2988275.
HSL color Cylindrical-coordinate representation of color #F3982D: hue angle of 32.42º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F3982D is Cyan = 0, Magento = 0.37, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 152 | 45 | - |
| CMYK | 0 | 0.37 | 0.81 | 0.05 |
| HSL | 32.42º | 0.89% | 0.56% | - |
| HSV(B) | 32.42º | 0.81% | 0.95% | - |
| XYZ | 48.66 | 41.7 | 7.97 | - |
| YUV | 167.01 | 59.15 | 182.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 152 | 45 | 0 | 0.37 | 0.81 | 0.05 | 32.42 | 0.89 | 0.56 |
| Hex | F3 | 98 | 2D | 0 | 25 | 51 | 5 | 20 | 59 | 38 |
| Octal | 363 | 230 | 55 | 0 | 45 | 121 | 5 | 40 | 131 | 70 |
| Binary | 11110011 | 10011000 | 101101 | 0 | 100101 | 1010001 | 101 | 100000 | 1011001 | 111000 |
Color Harmonies of #F3982D
Complementary color
Monochromatic Colors of #F3982D
Black with #F3982D
Text Example
Text Example
White with #F3982D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3982D; }
p { color: rgb(243,152,45); }
H1.HeaderClassName
{
color: #F3982D;
}
.AnyTagClassName
{
color: #F3982D;
}
</style>
background-color css
<style>
a { background-color: #F3982D; }
a { background-color: rgb(243,152,45); }
div.DivClassName
{
background-color: #F3982D;
}
.BgClassName
{
background-color: #F3982D;
}
</style>
border-color css
<style>
span { border-color: #F3982D; }
span { border-color: rgb(243,152,45); }
td.TdClassName
{
border-color: #F3982D;
}
.TagClassName
{
border-color: #F3982D;
}
</style>