Shades of Yellow Sea #F09E2D
Tints of Yellow Sea #F09E2D
RGB
CMYK
RGB Variations
Color information
#F09E2D (or 0xF09E2D) is known color: Yellow Sea. HEX triplet: F0, 9E and 2D. RGB value is (240,158,45). Sum of RGB (Red+Green+Blue) = 240+158+45=443 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.18% from 443); Green value is 158 (62.11% from 255 or 35.67% from 443); Blue value is 45 (17.97% from 255 or 10.16% from 443); Max value from RGB is 240 - color contains mainly: red. Hex color #F09E2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F09E2D is #0F61D2. Grayscale: #AAAAAA. Windows color (decimal): -1008083 or 2989808. OLE color: 2989808.
HSL color Cylindrical-coordinate representation of color #F09E2D: hue angle of 34.77º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F09E2D is Cyan = 0, Magento = 0.34, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 158 | 45 | - |
| CMYK | 0 | 0.34 | 0.81 | 0.06 |
| HSL | 34.77º | 0.87% | 0.56% | - |
| HSV(B) | 34.77º | 0.81% | 0.94% | - |
| XYZ | 48.64 | 43.17 | 8.25 | - |
| YUV | 169.64 | 57.67 | 178.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 158 | 45 | 0 | 0.34 | 0.81 | 0.06 | 34.77 | 0.87 | 0.56 |
| Hex | F0 | 9E | 2D | 0 | 22 | 51 | 6 | 23 | 57 | 38 |
| Octal | 360 | 236 | 55 | 0 | 42 | 121 | 6 | 43 | 127 | 70 |
| Binary | 11110000 | 10011110 | 101101 | 0 | 100010 | 1010001 | 110 | 100011 | 1010111 | 111000 |
Color Harmonies of #F09E2D
Complementary color
Monochromatic Colors of #F09E2D
Black with #F09E2D
Text Example
Text Example
White with #F09E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09E2D; }
p { color: rgb(240,158,45); }
H1.HeaderClassName
{
color: #F09E2D;
}
.AnyTagClassName
{
color: #F09E2D;
}
</style>
background-color css
<style>
a { background-color: #F09E2D; }
a { background-color: rgb(240,158,45); }
div.DivClassName
{
background-color: #F09E2D;
}
.BgClassName
{
background-color: #F09E2D;
}
</style>
border-color css
<style>
span { border-color: #F09E2D; }
span { border-color: rgb(240,158,45); }
td.TdClassName
{
border-color: #F09E2D;
}
.TagClassName
{
border-color: #F09E2D;
}
</style>