Shades of Yellow Sea #F09D2B
Tints of Yellow Sea #F09D2B
RGB
CMYK
RGB Variations
Color information
#F09D2B (or 0xF09D2B) is known color: Yellow Sea. HEX triplet: F0, 9D and 2B. RGB value is (240,157,43). Sum of RGB (Red+Green+Blue) = 240+157+43=440 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.55% from 440); Green value is 157 (61.72% from 255 or 35.68% from 440); Blue value is 43 (17.19% from 255 or 9.77% from 440); Max value from RGB is 240 - color contains mainly: red. Hex color #F09D2B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F09D2B is #0F62D4. Grayscale: #A9A9A9. Windows color (decimal): -1008341 or 2858480. OLE color: 2858480.
HSL color Cylindrical-coordinate representation of color #F09D2B: hue angle of 34.72º 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 #F09D2B is Cyan = 0, Magento = 0.35, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 157 | 43 | - |
| CMYK | 0 | 0.35 | 0.82 | 0.06 |
| HSL | 34.72º | 0.87% | 0.55% | - |
| HSV(B) | 34.72º | 0.82% | 0.94% | - |
| XYZ | 48.43 | 42.81 | 8 | - |
| YUV | 168.82 | 57 | 178.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 157 | 43 | 0 | 0.35 | 0.82 | 0.06 | 34.72 | 0.87 | 0.55 |
| Hex | F0 | 9D | 2B | 0 | 23 | 52 | 6 | 23 | 57 | 37 |
| Octal | 360 | 235 | 53 | 0 | 43 | 122 | 6 | 43 | 127 | 67 |
| Binary | 11110000 | 10011101 | 101011 | 0 | 100011 | 1010010 | 110 | 100011 | 1010111 | 110111 |
Color Harmonies of #F09D2B
Complementary color
Monochromatic Colors of #F09D2B
Black with #F09D2B
Text Example
Text Example
White with #F09D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09D2B; }
p { color: rgb(240,157,43); }
H1.HeaderClassName
{
color: #F09D2B;
}
.AnyTagClassName
{
color: #F09D2B;
}
</style>
background-color css
<style>
a { background-color: #F09D2B; }
a { background-color: rgb(240,157,43); }
div.DivClassName
{
background-color: #F09D2B;
}
.BgClassName
{
background-color: #F09D2B;
}
</style>
border-color css
<style>
span { border-color: #F09D2B; }
span { border-color: rgb(240,157,43); }
td.TdClassName
{
border-color: #F09D2B;
}
.TagClassName
{
border-color: #F09D2B;
}
</style>