Shades of Yellow Sea #F09C3B
Tints of Yellow Sea #F09C3B
RGB
CMYK
RGB Variations
Color information
#F09C3B (or 0xF09C3B) is known color: Yellow Sea. HEX triplet: F0, 9C and 3B. RGB value is (240,156,59). Sum of RGB (Red+Green+Blue) = 240+156+59=455 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.75% from 455); Green value is 156 (61.33% from 255 or 34.29% from 455); Blue value is 59 (23.44% from 255 or 12.97% from 455); Max value from RGB is 240 - color contains mainly: red. Hex color #F09C3B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F09C3B is #0F63C4. Grayscale: #AAAAAA. Windows color (decimal): -1008581 or 3906800. OLE color: 3906800.
HSL color Cylindrical-coordinate representation of color #F09C3B: hue angle of 32.15º 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 #F09C3B is Cyan = 0, Magento = 0.35, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 156 | 59 | - |
| CMYK | 0 | 0.35 | 0.75 | 0.06 |
| HSL | 32.15º | 0.86% | 0.59% | - |
| HSV(B) | 32.15º | 0.75% | 0.94% | - |
| XYZ | 48.61 | 42.62 | 9.8 | - |
| YUV | 170.06 | 65.33 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 156 | 59 | 0 | 0.35 | 0.75 | 0.06 | 32.15 | 0.86 | 0.59 |
| Hex | F0 | 9C | 3B | 0 | 23 | 4B | 6 | 20 | 56 | 3B |
| Octal | 360 | 234 | 73 | 0 | 43 | 113 | 6 | 40 | 126 | 73 |
| Binary | 11110000 | 10011100 | 111011 | 0 | 100011 | 1001011 | 110 | 100000 | 1010110 | 111011 |
Color Harmonies of #F09C3B
Complementary color
Monochromatic Colors of #F09C3B
Black with #F09C3B
Text Example
Text Example
White with #F09C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09C3B; }
p { color: rgb(240,156,59); }
H1.HeaderClassName
{
color: #F09C3B;
}
.AnyTagClassName
{
color: #F09C3B;
}
</style>
background-color css
<style>
a { background-color: #F09C3B; }
a { background-color: rgb(240,156,59); }
div.DivClassName
{
background-color: #F09C3B;
}
.BgClassName
{
background-color: #F09C3B;
}
</style>
border-color css
<style>
span { border-color: #F09C3B; }
span { border-color: rgb(240,156,59); }
td.TdClassName
{
border-color: #F09C3B;
}
.TagClassName
{
border-color: #F09C3B;
}
</style>