Shades of Yellow Sea #F29E2C
Tints of Yellow Sea #F29E2C
RGB
CMYK
RGB Variations
Color information
#F29E2C (or 0xF29E2C) is known color: Yellow Sea. HEX triplet: F2, 9E and 2C. RGB value is (242,158,44). Sum of RGB (Red+Green+Blue) = 242+158+44=444 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.50% from 444); Green value is 158 (62.11% from 255 or 35.59% from 444); Blue value is 44 (17.58% from 255 or 9.91% from 444); Max value from RGB is 242 - color contains mainly: red. Hex color #F29E2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F29E2C is #0D61D3. Grayscale: #AAAAAA. Windows color (decimal): -877012 or 2924274. OLE color: 2924274.
HSL color Cylindrical-coordinate representation of color #F29E2C: hue angle of 34.55º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F29E2C is Cyan = 0, Magento = 0.35, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 158 | 44 | - |
| CMYK | 0 | 0.35 | 0.82 | 0.05 |
| HSL | 34.55º | 0.88% | 0.56% | - |
| HSV(B) | 34.55º | 0.82% | 0.95% | - |
| XYZ | 49.3 | 43.51 | 8.18 | - |
| YUV | 170.12 | 56.83 | 179.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 158 | 44 | 0 | 0.35 | 0.82 | 0.05 | 34.55 | 0.88 | 0.56 |
| Hex | F2 | 9E | 2C | 0 | 23 | 52 | 5 | 23 | 58 | 38 |
| Octal | 362 | 236 | 54 | 0 | 43 | 122 | 5 | 43 | 130 | 70 |
| Binary | 11110010 | 10011110 | 101100 | 0 | 100011 | 1010010 | 101 | 100011 | 1011000 | 111000 |
Color Harmonies of #F29E2C
Complementary color
Monochromatic Colors of #F29E2C
Black with #F29E2C
Text Example
Text Example
White with #F29E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29E2C; }
p { color: rgb(242,158,44); }
H1.HeaderClassName
{
color: #F29E2C;
}
.AnyTagClassName
{
color: #F29E2C;
}
</style>
background-color css
<style>
a { background-color: #F29E2C; }
a { background-color: rgb(242,158,44); }
div.DivClassName
{
background-color: #F29E2C;
}
.BgClassName
{
background-color: #F29E2C;
}
</style>
border-color css
<style>
span { border-color: #F29E2C; }
span { border-color: rgb(242,158,44); }
td.TdClassName
{
border-color: #F29E2C;
}
.TagClassName
{
border-color: #F29E2C;
}
</style>