Shades of Yellow Sea #F29A32
Tints of Yellow Sea #F29A32
RGB
CMYK
RGB Variations
Color information
#F29A32 (or 0xF29A32) is known color: Yellow Sea. HEX triplet: F2, 9A and 32. RGB value is (242,154,50). Sum of RGB (Red+Green+Blue) = 242+154+50=446 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.26% from 446); Green value is 154 (60.55% from 255 or 34.53% from 446); Blue value is 50 (19.92% from 255 or 11.21% from 446); Max value from RGB is 242 - color contains mainly: red. Hex color #F29A32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F29A32 is #0D65CD. Grayscale: #A8A8A8. Windows color (decimal): -878030 or 3316466. OLE color: 3316466.
HSL color Cylindrical-coordinate representation of color #F29A32: hue angle of 32.5º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F29A32 is Cyan = 0, Magento = 0.36, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 154 | 50 | - |
| CMYK | 0 | 0.36 | 0.79 | 0.05 |
| HSL | 32.5º | 0.88% | 0.57% | - |
| HSV(B) | 32.5º | 0.79% | 0.95% | - |
| XYZ | 48.75 | 42.22 | 8.6 | - |
| YUV | 168.46 | 61.15 | 180.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 154 | 50 | 0 | 0.36 | 0.79 | 0.05 | 32.5 | 0.88 | 0.57 |
| Hex | F2 | 9A | 32 | 0 | 24 | 4F | 5 | 20 | 58 | 39 |
| Octal | 362 | 232 | 62 | 0 | 44 | 117 | 5 | 40 | 130 | 71 |
| Binary | 11110010 | 10011010 | 110010 | 0 | 100100 | 1001111 | 101 | 100000 | 1011000 | 111001 |
Color Harmonies of #F29A32
Complementary color
Monochromatic Colors of #F29A32
Black with #F29A32
Text Example
Text Example
White with #F29A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29A32; }
p { color: rgb(242,154,50); }
H1.HeaderClassName
{
color: #F29A32;
}
.AnyTagClassName
{
color: #F29A32;
}
</style>
background-color css
<style>
a { background-color: #F29A32; }
a { background-color: rgb(242,154,50); }
div.DivClassName
{
background-color: #F29A32;
}
.BgClassName
{
background-color: #F29A32;
}
</style>
border-color css
<style>
span { border-color: #F29A32; }
span { border-color: rgb(242,154,50); }
td.TdClassName
{
border-color: #F29A32;
}
.TagClassName
{
border-color: #F29A32;
}
</style>