Shades of Yellow Sea #F59A2F
Tints of Yellow Sea #F59A2F
RGB
CMYK
RGB Variations
Color information
#F59A2F (or 0xF59A2F) is known color: Yellow Sea. HEX triplet: F5, 9A and 2F. RGB value is (245,154,47). Sum of RGB (Red+Green+Blue) = 245+154+47=446 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.93% from 446); Green value is 154 (60.55% from 255 or 34.53% from 446); Blue value is 47 (18.75% from 255 or 10.54% from 446); Max value from RGB is 245 - color contains mainly: red. Hex color #F59A2F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F59A2F is #0A65D0. Grayscale: #A9A9A9. Windows color (decimal): -681425 or 3119861. OLE color: 3119861.
HSL color Cylindrical-coordinate representation of color #F59A2F: hue angle of 32.42º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F59A2F is Cyan = 0, Magento = 0.37, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 154 | 47 | - |
| CMYK | 0 | 0.37 | 0.81 | 0.04 |
| HSL | 32.42º | 0.91% | 0.57% | - |
| HSV(B) | 32.42º | 0.81% | 0.96% | - |
| XYZ | 49.72 | 42.73 | 8.32 | - |
| YUV | 169.01 | 59.15 | 182.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 154 | 47 | 0 | 0.37 | 0.81 | 0.04 | 32.42 | 0.91 | 0.57 |
| Hex | F5 | 9A | 2F | 0 | 25 | 51 | 4 | 20 | 5B | 39 |
| Octal | 365 | 232 | 57 | 0 | 45 | 121 | 4 | 40 | 133 | 71 |
| Binary | 11110101 | 10011010 | 101111 | 0 | 100101 | 1010001 | 100 | 100000 | 1011011 | 111001 |
Color Harmonies of #F59A2F
Complementary color
Monochromatic Colors of #F59A2F
Black with #F59A2F
Text Example
Text Example
White with #F59A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59A2F; }
p { color: rgb(245,154,47); }
H1.HeaderClassName
{
color: #F59A2F;
}
.AnyTagClassName
{
color: #F59A2F;
}
</style>
background-color css
<style>
a { background-color: #F59A2F; }
a { background-color: rgb(245,154,47); }
div.DivClassName
{
background-color: #F59A2F;
}
.BgClassName
{
background-color: #F59A2F;
}
</style>
border-color css
<style>
span { border-color: #F59A2F; }
span { border-color: rgb(245,154,47); }
td.TdClassName
{
border-color: #F59A2F;
}
.TagClassName
{
border-color: #F59A2F;
}
</style>