Shades of Yellow Sea #F0993B
Tints of Yellow Sea #F0993B
RGB
CMYK
RGB Variations
Color information
#F0993B (or 0xF0993B) is known color: Yellow Sea. HEX triplet: F0, 99 and 3B. RGB value is (240,153,59). Sum of RGB (Red+Green+Blue) = 240+153+59=452 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.10% from 452); Green value is 153 (60.16% from 255 or 33.85% from 452); Blue value is 59 (23.44% from 255 or 13.05% from 452); Max value from RGB is 240 - color contains mainly: red. Hex color #F0993B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0993B is #0F66C4. Grayscale: #A8A8A8. Windows color (decimal): -1009349 or 3906032. OLE color: 3906032.
HSL color Cylindrical-coordinate representation of color #F0993B: hue angle of 31.16º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F0993B is Cyan = 0, Magento = 0.36, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 153 | 59 | - |
| CMYK | 0 | 0.36 | 0.75 | 0.06 |
| HSL | 31.16º | 0.86% | 0.59% | - |
| HSV(B) | 31.16º | 0.75% | 0.94% | - |
| XYZ | 48.12 | 41.62 | 9.64 | - |
| YUV | 168.3 | 66.32 | 179.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 153 | 59 | 0 | 0.36 | 0.75 | 0.06 | 31.16 | 0.86 | 0.59 |
| Hex | F0 | 99 | 3B | 0 | 24 | 4B | 6 | 1F | 56 | 3B |
| Octal | 360 | 231 | 73 | 0 | 44 | 113 | 6 | 37 | 126 | 73 |
| Binary | 11110000 | 10011001 | 111011 | 0 | 100100 | 1001011 | 110 | 11111 | 1010110 | 111011 |
Color Harmonies of #F0993B
Complementary color
Monochromatic Colors of #F0993B
Black with #F0993B
Text Example
Text Example
White with #F0993B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0993B; }
p { color: rgb(240,153,59); }
H1.HeaderClassName
{
color: #F0993B;
}
.AnyTagClassName
{
color: #F0993B;
}
</style>
background-color css
<style>
a { background-color: #F0993B; }
a { background-color: rgb(240,153,59); }
div.DivClassName
{
background-color: #F0993B;
}
.BgClassName
{
background-color: #F0993B;
}
</style>
border-color css
<style>
span { border-color: #F0993B; }
span { border-color: rgb(240,153,59); }
td.TdClassName
{
border-color: #F0993B;
}
.TagClassName
{
border-color: #F0993B;
}
</style>