Shades of Yellow Sea #F09732
Tints of Yellow Sea #F09732
RGB
CMYK
RGB Variations
Color information
#F09732 (or 0xF09732) is known color: Yellow Sea. HEX triplet: F0, 97 and 32. RGB value is (240,151,50). Sum of RGB (Red+Green+Blue) = 240+151+50=441 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.42% from 441); Green value is 151 (59.38% from 255 or 34.24% from 441); Blue value is 50 (19.92% from 255 or 11.34% from 441); Max value from RGB is 240 - color contains mainly: red. Hex color #F09732 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F09732 is #0F68CD. Grayscale: #A6A6A6. Windows color (decimal): -1009870 or 3315696. OLE color: 3315696.
HSL color Cylindrical-coordinate representation of color #F09732: hue angle of 31.89º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F09732 is Cyan = 0, Magento = 0.37, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 151 | 50 | - |
| CMYK | 0 | 0.37 | 0.79 | 0.06 |
| HSL | 31.89º | 0.86% | 0.57% | - |
| HSV(B) | 31.89º | 0.79% | 0.94% | - |
| XYZ | 47.58 | 40.89 | 8.4 | - |
| YUV | 166.1 | 62.49 | 180.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 151 | 50 | 0 | 0.37 | 0.79 | 0.06 | 31.89 | 0.86 | 0.57 |
| Hex | F0 | 97 | 32 | 0 | 25 | 4F | 6 | 20 | 56 | 39 |
| Octal | 360 | 227 | 62 | 0 | 45 | 117 | 6 | 40 | 126 | 71 |
| Binary | 11110000 | 10010111 | 110010 | 0 | 100101 | 1001111 | 110 | 100000 | 1010110 | 111001 |
Color Harmonies of #F09732
Complementary color
Monochromatic Colors of #F09732
Black with #F09732
Text Example
Text Example
White with #F09732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09732; }
p { color: rgb(240,151,50); }
H1.HeaderClassName
{
color: #F09732;
}
.AnyTagClassName
{
color: #F09732;
}
</style>
background-color css
<style>
a { background-color: #F09732; }
a { background-color: rgb(240,151,50); }
div.DivClassName
{
background-color: #F09732;
}
.BgClassName
{
background-color: #F09732;
}
</style>
border-color css
<style>
span { border-color: #F09732; }
span { border-color: rgb(240,151,50); }
td.TdClassName
{
border-color: #F09732;
}
.TagClassName
{
border-color: #F09732;
}
</style>