Shades of Yellow Sea #F5992A
Tints of Yellow Sea #F5992A
RGB
CMYK
RGB Variations
Color information
#F5992A (or 0xF5992A) is known color: Yellow Sea. HEX triplet: F5, 99 and 2A. RGB value is (245,153,42). Sum of RGB (Red+Green+Blue) = 245+153+42=440 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.68% from 440); Green value is 153 (60.16% from 255 or 34.77% from 440); Blue value is 42 (16.80% from 255 or 9.55% from 440); Max value from RGB is 245 - color contains mainly: red. Hex color #F5992A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5992A is #0A66D5. Grayscale: #A8A8A8. Windows color (decimal): -681686 or 2791925. OLE color: 2791925.
HSL color Cylindrical-coordinate representation of color #F5992A: hue angle of 32.81º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F5992A is Cyan = 0, Magento = 0.38, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 153 | 42 | - |
| CMYK | 0 | 0.38 | 0.83 | 0.04 |
| HSL | 32.81º | 0.91% | 0.56% | - |
| HSV(B) | 32.81º | 0.83% | 0.96% | - |
| XYZ | 49.47 | 42.36 | 7.76 | - |
| YUV | 167.85 | 56.98 | 183.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 153 | 42 | 0 | 0.38 | 0.83 | 0.04 | 32.81 | 0.91 | 0.56 |
| Hex | F5 | 99 | 2A | 0 | 26 | 53 | 4 | 21 | 5B | 38 |
| Octal | 365 | 231 | 52 | 0 | 46 | 123 | 4 | 41 | 133 | 70 |
| Binary | 11110101 | 10011001 | 101010 | 0 | 100110 | 1010011 | 100 | 100001 | 1011011 | 111000 |
Color Harmonies of #F5992A
Complementary color
Monochromatic Colors of #F5992A
Black with #F5992A
Text Example
Text Example
White with #F5992A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5992A; }
p { color: rgb(245,153,42); }
H1.HeaderClassName
{
color: #F5992A;
}
.AnyTagClassName
{
color: #F5992A;
}
</style>
background-color css
<style>
a { background-color: #F5992A; }
a { background-color: rgb(245,153,42); }
div.DivClassName
{
background-color: #F5992A;
}
.BgClassName
{
background-color: #F5992A;
}
</style>
border-color css
<style>
span { border-color: #F5992A; }
span { border-color: rgb(245,153,42); }
td.TdClassName
{
border-color: #F5992A;
}
.TagClassName
{
border-color: #F5992A;
}
</style>