Shades of Yellow Sea #F5982B
Tints of Yellow Sea #F5982B
RGB
CMYK
RGB Variations
Color information
#F5982B (or 0xF5982B) is known color: Yellow Sea. HEX triplet: F5, 98 and 2B. RGB value is (245,152,43). Sum of RGB (Red+Green+Blue) = 245+152+43=440 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.68% from 440); Green value is 152 (59.77% from 255 or 34.55% from 440); Blue value is 43 (17.19% from 255 or 9.77% from 440); Max value from RGB is 245 - color contains mainly: red. Hex color #F5982B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5982B is #0A67D4. Grayscale: #A7A7A7. Windows color (decimal): -681941 or 2857205. OLE color: 2857205.
HSL color Cylindrical-coordinate representation of color #F5982B: hue angle of 32.38º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F5982B is Cyan = 0, Magento = 0.38, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 152 | 43 | - |
| CMYK | 0 | 0.38 | 0.82 | 0.04 |
| HSL | 32.38º | 0.91% | 0.56% | - |
| HSV(B) | 32.38º | 0.82% | 0.96% | - |
| XYZ | 49.32 | 42.04 | 7.8 | - |
| YUV | 167.38 | 57.81 | 183.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 152 | 43 | 0 | 0.38 | 0.82 | 0.04 | 32.38 | 0.91 | 0.56 |
| Hex | F5 | 98 | 2B | 0 | 26 | 52 | 4 | 20 | 5B | 38 |
| Octal | 365 | 230 | 53 | 0 | 46 | 122 | 4 | 40 | 133 | 70 |
| Binary | 11110101 | 10011000 | 101011 | 0 | 100110 | 1010010 | 100 | 100000 | 1011011 | 111000 |
Color Harmonies of #F5982B
Complementary color
Monochromatic Colors of #F5982B
Black with #F5982B
Text Example
Text Example
White with #F5982B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5982B; }
p { color: rgb(245,152,43); }
H1.HeaderClassName
{
color: #F5982B;
}
.AnyTagClassName
{
color: #F5982B;
}
</style>
background-color css
<style>
a { background-color: #F5982B; }
a { background-color: rgb(245,152,43); }
div.DivClassName
{
background-color: #F5982B;
}
.BgClassName
{
background-color: #F5982B;
}
</style>
border-color css
<style>
span { border-color: #F5982B; }
span { border-color: rgb(245,152,43); }
td.TdClassName
{
border-color: #F5982B;
}
.TagClassName
{
border-color: #F5982B;
}
</style>