Shades of Yellow Sea #F09A2A
Tints of Yellow Sea #F09A2A
RGB
CMYK
RGB Variations
Color information
#F09A2A (or 0xF09A2A) is known color: Yellow Sea. HEX triplet: F0, 9A and 2A. RGB value is (240,154,42). Sum of RGB (Red+Green+Blue) = 240+154+42=436 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.05% from 436); Green value is 154 (60.55% from 255 or 35.32% from 436); Blue value is 42 (16.80% from 255 or 9.63% from 436); Max value from RGB is 240 - color contains mainly: red. Hex color #F09A2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F09A2A is #0F65D5. Grayscale: #A7A7A7. Windows color (decimal): -1009110 or 2792176. OLE color: 2792176.
HSL color Cylindrical-coordinate representation of color #F09A2A: hue angle of 33.94º 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 #F09A2A is Cyan = 0, Magento = 0.36, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 154 | 42 | - |
| CMYK | 0 | 0.36 | 0.82 | 0.06 |
| HSL | 33.94º | 0.87% | 0.55% | - |
| HSV(B) | 33.94º | 0.83% | 0.94% | - |
| XYZ | 47.91 | 41.8 | 7.73 | - |
| YUV | 166.95 | 57.49 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 154 | 42 | 0 | 0.36 | 0.82 | 0.06 | 33.94 | 0.87 | 0.55 |
| Hex | F0 | 9A | 2A | 0 | 24 | 52 | 6 | 22 | 57 | 37 |
| Octal | 360 | 232 | 52 | 0 | 44 | 122 | 6 | 42 | 127 | 67 |
| Binary | 11110000 | 10011010 | 101010 | 0 | 100100 | 1010010 | 110 | 100010 | 1010111 | 110111 |
Color Harmonies of #F09A2A
Complementary color
Monochromatic Colors of #F09A2A
Black with #F09A2A
Text Example
Text Example
White with #F09A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09A2A; }
p { color: rgb(240,154,42); }
H1.HeaderClassName
{
color: #F09A2A;
}
.AnyTagClassName
{
color: #F09A2A;
}
</style>
background-color css
<style>
a { background-color: #F09A2A; }
a { background-color: rgb(240,154,42); }
div.DivClassName
{
background-color: #F09A2A;
}
.BgClassName
{
background-color: #F09A2A;
}
</style>
border-color css
<style>
span { border-color: #F09A2A; }
span { border-color: rgb(240,154,42); }
td.TdClassName
{
border-color: #F09A2A;
}
.TagClassName
{
border-color: #F09A2A;
}
</style>