Shades of Yellow Sea #F09E3E
Tints of Yellow Sea #F09E3E
RGB
CMYK
RGB Variations
Color information
#F09E3E (or 0xF09E3E) is known color: Yellow Sea. HEX triplet: F0, 9E and 3E. RGB value is (240,158,62). Sum of RGB (Red+Green+Blue) = 240+158+62=460 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.17% from 460); Green value is 158 (62.11% from 255 or 34.35% from 460); Blue value is 62 (24.61% from 255 or 13.48% from 460); Max value from RGB is 240 - color contains mainly: red. Hex color #F09E3E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F09E3E is #0F61C1. Grayscale: #ACACAC. Windows color (decimal): -1008066 or 4103920. OLE color: 4103920.
HSL color Cylindrical-coordinate representation of color #F09E3E: hue angle of 32.36º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F09E3E is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 158 | 62 | - |
| CMYK | 0 | 0.34 | 0.74 | 0.06 |
| HSL | 32.36º | 0.86% | 0.59% | - |
| HSV(B) | 32.36º | 0.74% | 0.94% | - |
| XYZ | 49.03 | 43.33 | 10.34 | - |
| YUV | 171.57 | 66.17 | 176.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 158 | 62 | 0 | 0.34 | 0.74 | 0.06 | 32.36 | 0.86 | 0.59 |
| Hex | F0 | 9E | 3E | 0 | 22 | 4A | 6 | 20 | 56 | 3B |
| Octal | 360 | 236 | 76 | 0 | 42 | 112 | 6 | 40 | 126 | 73 |
| Binary | 11110000 | 10011110 | 111110 | 0 | 100010 | 1001010 | 110 | 100000 | 1010110 | 111011 |
Color Harmonies of #F09E3E
Complementary color
Monochromatic Colors of #F09E3E
Black with #F09E3E
Text Example
Text Example
White with #F09E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09E3E; }
p { color: rgb(240,158,62); }
H1.HeaderClassName
{
color: #F09E3E;
}
.AnyTagClassName
{
color: #F09E3E;
}
</style>
background-color css
<style>
a { background-color: #F09E3E; }
a { background-color: rgb(240,158,62); }
div.DivClassName
{
background-color: #F09E3E;
}
.BgClassName
{
background-color: #F09E3E;
}
</style>
border-color css
<style>
span { border-color: #F09E3E; }
span { border-color: rgb(240,158,62); }
td.TdClassName
{
border-color: #F09E3E;
}
.TagClassName
{
border-color: #F09E3E;
}
</style>