Shades of Yellow Sea #F09835
Tints of Yellow Sea #F09835
RGB
CMYK
RGB Variations
Color information
#F09835 (or 0xF09835) is known color: Yellow Sea. HEX triplet: F0, 98 and 35. RGB value is (240,152,53). Sum of RGB (Red+Green+Blue) = 240+152+53=445 (58% of max value = 765). Red value is 240 (94.14% from 255 or 53.93% from 445); Green value is 152 (59.77% from 255 or 34.16% from 445); Blue value is 53 (21.09% from 255 or 11.91% from 445); Max value from RGB is 240 - color contains mainly: red. Hex color #F09835 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F09835 is #0F67CA. Grayscale: #A7A7A7. Windows color (decimal): -1009611 or 3512560. OLE color: 3512560.
HSL color Cylindrical-coordinate representation of color #F09835: hue angle of 31.76º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F09835 is Cyan = 0, Magento = 0.37, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 152 | 53 | - |
| CMYK | 0 | 0.37 | 0.78 | 0.06 |
| HSL | 31.76º | 0.86% | 0.57% | - |
| HSV(B) | 31.76º | 0.78% | 0.94% | - |
| XYZ | 47.81 | 41.24 | 8.81 | - |
| YUV | 167.03 | 63.65 | 180.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 152 | 53 | 0 | 0.37 | 0.78 | 0.06 | 31.76 | 0.86 | 0.57 |
| Hex | F0 | 98 | 35 | 0 | 25 | 4E | 6 | 20 | 56 | 39 |
| Octal | 360 | 230 | 65 | 0 | 45 | 116 | 6 | 40 | 126 | 71 |
| Binary | 11110000 | 10011000 | 110101 | 0 | 100101 | 1001110 | 110 | 100000 | 1010110 | 111001 |
Color Harmonies of #F09835
Complementary color
Monochromatic Colors of #F09835
Black with #F09835
Text Example
Text Example
White with #F09835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09835; }
p { color: rgb(240,152,53); }
H1.HeaderClassName
{
color: #F09835;
}
.AnyTagClassName
{
color: #F09835;
}
</style>
background-color css
<style>
a { background-color: #F09835; }
a { background-color: rgb(240,152,53); }
div.DivClassName
{
background-color: #F09835;
}
.BgClassName
{
background-color: #F09835;
}
</style>
border-color css
<style>
span { border-color: #F09835; }
span { border-color: rgb(240,152,53); }
td.TdClassName
{
border-color: #F09835;
}
.TagClassName
{
border-color: #F09835;
}
</style>