Shades of Yellow Sea #F09E2A
Tints of Yellow Sea #F09E2A
RGB
CMYK
RGB Variations
Color information
#F09E2A (or 0xF09E2A) is known color: Yellow Sea. HEX triplet: F0, 9E and 2A. RGB value is (240,158,42). Sum of RGB (Red+Green+Blue) = 240+158+42=440 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.55% from 440); Green value is 158 (62.11% from 255 or 35.91% from 440); Blue value is 42 (16.80% from 255 or 9.55% from 440); Max value from RGB is 240 - color contains mainly: red. Hex color #F09E2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F09E2A is #0F61D5. Grayscale: #A9A9A9. Windows color (decimal): -1008086 or 2793200. OLE color: 2793200.
HSL color Cylindrical-coordinate representation of color #F09E2A: hue angle of 35.15º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F09E2A is Cyan = 0, Magento = 0.34, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 158 | 42 | - |
| CMYK | 0 | 0.34 | 0.82 | 0.06 |
| HSL | 35.15º | 0.87% | 0.55% | - |
| HSV(B) | 35.15º | 0.83% | 0.94% | - |
| XYZ | 48.58 | 43.15 | 7.96 | - |
| YUV | 169.29 | 56.17 | 178.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 158 | 42 | 0 | 0.34 | 0.82 | 0.06 | 35.15 | 0.87 | 0.55 |
| Hex | F0 | 9E | 2A | 0 | 22 | 52 | 6 | 23 | 57 | 37 |
| Octal | 360 | 236 | 52 | 0 | 42 | 122 | 6 | 43 | 127 | 67 |
| Binary | 11110000 | 10011110 | 101010 | 0 | 100010 | 1010010 | 110 | 100011 | 1010111 | 110111 |
Color Harmonies of #F09E2A
Complementary color
Monochromatic Colors of #F09E2A
Black with #F09E2A
Text Example
Text Example
White with #F09E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09E2A; }
p { color: rgb(240,158,42); }
H1.HeaderClassName
{
color: #F09E2A;
}
.AnyTagClassName
{
color: #F09E2A;
}
</style>
background-color css
<style>
a { background-color: #F09E2A; }
a { background-color: rgb(240,158,42); }
div.DivClassName
{
background-color: #F09E2A;
}
.BgClassName
{
background-color: #F09E2A;
}
</style>
border-color css
<style>
span { border-color: #F09E2A; }
span { border-color: rgb(240,158,42); }
td.TdClassName
{
border-color: #F09E2A;
}
.TagClassName
{
border-color: #F09E2A;
}
</style>