Shades of Yellow Sea #F09A34
Tints of Yellow Sea #F09A34
RGB
CMYK
RGB Variations
Color information
#F09A34 (or 0xF09A34) is known color: Yellow Sea. HEX triplet: F0, 9A and 34. RGB value is (240,154,52). Sum of RGB (Red+Green+Blue) = 240+154+52=446 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.81% from 446); Green value is 154 (60.55% from 255 or 34.53% from 446); Blue value is 52 (20.70% from 255 or 11.66% from 446); Max value from RGB is 240 - color contains mainly: red. Hex color #F09A34 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F09A34 is #0F65CB. Grayscale: #A8A8A8. Windows color (decimal): -1009100 or 3447536. OLE color: 3447536.
HSL color Cylindrical-coordinate representation of color #F09A34: hue angle of 32.55º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F09A34 is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 154 | 52 | - |
| CMYK | 0 | 0.36 | 0.78 | 0.06 |
| HSL | 32.55º | 0.86% | 0.57% | - |
| HSV(B) | 32.55º | 0.78% | 0.94% | - |
| XYZ | 48.11 | 41.88 | 8.8 | - |
| YUV | 168.09 | 62.49 | 179.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 154 | 52 | 0 | 0.36 | 0.78 | 0.06 | 32.55 | 0.86 | 0.57 |
| Hex | F0 | 9A | 34 | 0 | 24 | 4E | 6 | 21 | 56 | 39 |
| Octal | 360 | 232 | 64 | 0 | 44 | 116 | 6 | 41 | 126 | 71 |
| Binary | 11110000 | 10011010 | 110100 | 0 | 100100 | 1001110 | 110 | 100001 | 1010110 | 111001 |
Color Harmonies of #F09A34
Complementary color
Monochromatic Colors of #F09A34
Black with #F09A34
Text Example
Text Example
White with #F09A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09A34; }
p { color: rgb(240,154,52); }
H1.HeaderClassName
{
color: #F09A34;
}
.AnyTagClassName
{
color: #F09A34;
}
</style>
background-color css
<style>
a { background-color: #F09A34; }
a { background-color: rgb(240,154,52); }
div.DivClassName
{
background-color: #F09A34;
}
.BgClassName
{
background-color: #F09A34;
}
</style>
border-color css
<style>
span { border-color: #F09A34; }
span { border-color: rgb(240,154,52); }
td.TdClassName
{
border-color: #F09A34;
}
.TagClassName
{
border-color: #F09A34;
}
</style>