Shades of Yellow Sea #F09B2A
Tints of Yellow Sea #F09B2A
RGB
CMYK
RGB Variations
Color information
#F09B2A (or 0xF09B2A) is known color: Yellow Sea. HEX triplet: F0, 9B and 2A. RGB value is (240,155,42). Sum of RGB (Red+Green+Blue) = 240+155+42=437 (57% of max value = 765). Red value is 240 (94.14% from 255 or 54.92% from 437); Green value is 155 (60.94% from 255 or 35.47% from 437); Blue value is 42 (16.80% from 255 or 9.61% from 437); Max value from RGB is 240 - color contains mainly: red. Hex color #F09B2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F09B2A is #0F64D5. Grayscale: #A8A8A8. Windows color (decimal): -1008854 or 2792432. OLE color: 2792432.
HSL color Cylindrical-coordinate representation of color #F09B2A: hue angle of 34.24º 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 #F09B2A is Cyan = 0, Magento = 0.35, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 155 | 42 | - |
| CMYK | 0 | 0.35 | 0.82 | 0.06 |
| HSL | 34.24º | 0.87% | 0.55% | - |
| HSV(B) | 34.24º | 0.83% | 0.94% | - |
| XYZ | 48.07 | 42.14 | 7.79 | - |
| YUV | 167.53 | 57.16 | 179.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 155 | 42 | 0 | 0.35 | 0.82 | 0.06 | 34.24 | 0.87 | 0.55 |
| Hex | F0 | 9B | 2A | 0 | 23 | 52 | 6 | 22 | 57 | 37 |
| Octal | 360 | 233 | 52 | 0 | 43 | 122 | 6 | 42 | 127 | 67 |
| Binary | 11110000 | 10011011 | 101010 | 0 | 100011 | 1010010 | 110 | 100010 | 1010111 | 110111 |
Color Harmonies of #F09B2A
Complementary color
Monochromatic Colors of #F09B2A
Black with #F09B2A
Text Example
Text Example
White with #F09B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09B2A; }
p { color: rgb(240,155,42); }
H1.HeaderClassName
{
color: #F09B2A;
}
.AnyTagClassName
{
color: #F09B2A;
}
</style>
background-color css
<style>
a { background-color: #F09B2A; }
a { background-color: rgb(240,155,42); }
div.DivClassName
{
background-color: #F09B2A;
}
.BgClassName
{
background-color: #F09B2A;
}
</style>
border-color css
<style>
span { border-color: #F09B2A; }
span { border-color: rgb(240,155,42); }
td.TdClassName
{
border-color: #F09B2A;
}
.TagClassName
{
border-color: #F09B2A;
}
</style>