Shades of Yellow Sea #F29E34
Tints of Yellow Sea #F29E34
RGB
CMYK
RGB Variations
Color information
#F29E34 (or 0xF29E34) is known color: Yellow Sea. HEX triplet: F2, 9E and 34. RGB value is (242,158,52). Sum of RGB (Red+Green+Blue) = 242+158+52=452 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.54% from 452); Green value is 158 (62.11% from 255 or 34.96% from 452); Blue value is 52 (20.70% from 255 or 11.50% from 452); Max value from RGB is 242 - color contains mainly: red. Hex color #F29E34 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F29E34 is #0D61CB. Grayscale: #ABABAB. Windows color (decimal): -877004 or 3448562. OLE color: 3448562.
HSL color Cylindrical-coordinate representation of color #F29E34: hue angle of 33.47º 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 #F29E34 is Cyan = 0, Magento = 0.35, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 158 | 52 | - |
| CMYK | 0 | 0.35 | 0.79 | 0.05 |
| HSL | 33.47º | 0.88% | 0.58% | - |
| HSV(B) | 33.47º | 0.79% | 0.95% | - |
| XYZ | 49.46 | 43.58 | 9.05 | - |
| YUV | 171.03 | 60.83 | 178.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 158 | 52 | 0 | 0.35 | 0.79 | 0.05 | 33.47 | 0.88 | 0.58 |
| Hex | F2 | 9E | 34 | 0 | 23 | 4F | 5 | 21 | 58 | 3A |
| Octal | 362 | 236 | 64 | 0 | 43 | 117 | 5 | 41 | 130 | 72 |
| Binary | 11110010 | 10011110 | 110100 | 0 | 100011 | 1001111 | 101 | 100001 | 1011000 | 111010 |
Color Harmonies of #F29E34
Complementary color
Monochromatic Colors of #F29E34
Black with #F29E34
Text Example
Text Example
White with #F29E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29E34; }
p { color: rgb(242,158,52); }
H1.HeaderClassName
{
color: #F29E34;
}
.AnyTagClassName
{
color: #F29E34;
}
</style>
background-color css
<style>
a { background-color: #F29E34; }
a { background-color: rgb(242,158,52); }
div.DivClassName
{
background-color: #F29E34;
}
.BgClassName
{
background-color: #F29E34;
}
</style>
border-color css
<style>
span { border-color: #F29E34; }
span { border-color: rgb(242,158,52); }
td.TdClassName
{
border-color: #F29E34;
}
.TagClassName
{
border-color: #F29E34;
}
</style>