Shades of Yellow Sea #F29834
Tints of Yellow Sea #F29834
RGB
CMYK
RGB Variations
Color information
#F29834 (or 0xF29834) is known color: Yellow Sea. HEX triplet: F2, 98 and 34. RGB value is (242,152,52). Sum of RGB (Red+Green+Blue) = 242+152+52=446 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.26% from 446); Green value is 152 (59.77% from 255 or 34.08% from 446); Blue value is 52 (20.70% from 255 or 11.66% from 446); Max value from RGB is 242 - color contains mainly: red. Hex color #F29834 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F29834 is #0D67CB. Grayscale: #A7A7A7. Windows color (decimal): -878540 or 3447026. OLE color: 3447026.
HSL color Cylindrical-coordinate representation of color #F29834: hue angle of 31.58º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F29834 is Cyan = 0, Magento = 0.37, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 152 | 52 | - |
| CMYK | 0 | 0.37 | 0.79 | 0.05 |
| HSL | 31.58º | 0.88% | 0.58% | - |
| HSV(B) | 31.58º | 0.79% | 0.95% | - |
| XYZ | 48.47 | 41.58 | 8.72 | - |
| YUV | 167.51 | 62.82 | 181.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 152 | 52 | 0 | 0.37 | 0.79 | 0.05 | 31.58 | 0.88 | 0.58 |
| Hex | F2 | 98 | 34 | 0 | 25 | 4F | 5 | 20 | 58 | 3A |
| Octal | 362 | 230 | 64 | 0 | 45 | 117 | 5 | 40 | 130 | 72 |
| Binary | 11110010 | 10011000 | 110100 | 0 | 100101 | 1001111 | 101 | 100000 | 1011000 | 111010 |
Color Harmonies of #F29834
Complementary color
Monochromatic Colors of #F29834
Black with #F29834
Text Example
Text Example
White with #F29834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29834; }
p { color: rgb(242,152,52); }
H1.HeaderClassName
{
color: #F29834;
}
.AnyTagClassName
{
color: #F29834;
}
</style>
background-color css
<style>
a { background-color: #F29834; }
a { background-color: rgb(242,152,52); }
div.DivClassName
{
background-color: #F29834;
}
.BgClassName
{
background-color: #F29834;
}
</style>
border-color css
<style>
span { border-color: #F29834; }
span { border-color: rgb(242,152,52); }
td.TdClassName
{
border-color: #F29834;
}
.TagClassName
{
border-color: #F29834;
}
</style>