Shades of Yellow Sea #F0992C
Tints of Yellow Sea #F0992C
RGB
CMYK
RGB Variations
Color information
#F0992C (or 0xF0992C) is known color: Yellow Sea. HEX triplet: F0, 99 and 2C. RGB value is (240,153,44). Sum of RGB (Red+Green+Blue) = 240+153+44=437 (57% of max value = 765). Red value is 240 (94.14% from 255 or 54.92% from 437); Green value is 153 (60.16% from 255 or 35.01% from 437); Blue value is 44 (17.58% from 255 or 10.07% from 437); Max value from RGB is 240 - color contains mainly: red. Hex color #F0992C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0992C is #0F66D3. Grayscale: #A7A7A7. Windows color (decimal): -1009364 or 2922992. OLE color: 2922992.
HSL color Cylindrical-coordinate representation of color #F0992C: hue angle of 33.37º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F0992C is Cyan = 0, Magento = 0.36, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 153 | 44 | - |
| CMYK | 0 | 0.36 | 0.82 | 0.06 |
| HSL | 33.37º | 0.87% | 0.56% | - |
| HSV(B) | 33.37º | 0.82% | 0.94% | - |
| XYZ | 47.78 | 41.49 | 7.87 | - |
| YUV | 166.59 | 58.82 | 180.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 153 | 44 | 0 | 0.36 | 0.82 | 0.06 | 33.37 | 0.87 | 0.56 |
| Hex | F0 | 99 | 2C | 0 | 24 | 52 | 6 | 21 | 57 | 38 |
| Octal | 360 | 231 | 54 | 0 | 44 | 122 | 6 | 41 | 127 | 70 |
| Binary | 11110000 | 10011001 | 101100 | 0 | 100100 | 1010010 | 110 | 100001 | 1010111 | 111000 |
Color Harmonies of #F0992C
Complementary color
Monochromatic Colors of #F0992C
Black with #F0992C
Text Example
Text Example
White with #F0992C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0992C; }
p { color: rgb(240,153,44); }
H1.HeaderClassName
{
color: #F0992C;
}
.AnyTagClassName
{
color: #F0992C;
}
</style>
background-color css
<style>
a { background-color: #F0992C; }
a { background-color: rgb(240,153,44); }
div.DivClassName
{
background-color: #F0992C;
}
.BgClassName
{
background-color: #F0992C;
}
</style>
border-color css
<style>
span { border-color: #F0992C; }
span { border-color: rgb(240,153,44); }
td.TdClassName
{
border-color: #F0992C;
}
.TagClassName
{
border-color: #F0992C;
}
</style>