Shades of Yellow Sea #F29D34
Tints of Yellow Sea #F29D34
RGB
CMYK
RGB Variations
Color information
#F29D34 (or 0xF29D34) is known color: Yellow Sea. HEX triplet: F2, 9D and 34. RGB value is (242,157,52). Sum of RGB (Red+Green+Blue) = 242+157+52=451 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.66% from 451); Green value is 157 (61.72% from 255 or 34.81% from 451); Blue value is 52 (20.70% from 255 or 11.53% from 451); Max value from RGB is 242 - color contains mainly: red. Hex color #F29D34 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F29D34 is #0D62CB. Grayscale: #AAAAAA. Windows color (decimal): -877260 or 3448306. OLE color: 3448306.
HSL color Cylindrical-coordinate representation of color #F29D34: hue angle of 33.16º 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 #F29D34 is Cyan = 0, Magento = 0.35, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 157 | 52 | - |
| CMYK | 0 | 0.35 | 0.79 | 0.05 |
| HSL | 33.16º | 0.88% | 0.58% | - |
| HSV(B) | 33.16º | 0.79% | 0.95% | - |
| XYZ | 49.29 | 43.24 | 9 | - |
| YUV | 170.45 | 61.16 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 157 | 52 | 0 | 0.35 | 0.79 | 0.05 | 33.16 | 0.88 | 0.58 |
| Hex | F2 | 9D | 34 | 0 | 23 | 4F | 5 | 21 | 58 | 3A |
| Octal | 362 | 235 | 64 | 0 | 43 | 117 | 5 | 41 | 130 | 72 |
| Binary | 11110010 | 10011101 | 110100 | 0 | 100011 | 1001111 | 101 | 100001 | 1011000 | 111010 |
Color Harmonies of #F29D34
Complementary color
Monochromatic Colors of #F29D34
Black with #F29D34
Text Example
Text Example
White with #F29D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29D34; }
p { color: rgb(242,157,52); }
H1.HeaderClassName
{
color: #F29D34;
}
.AnyTagClassName
{
color: #F29D34;
}
</style>
background-color css
<style>
a { background-color: #F29D34; }
a { background-color: rgb(242,157,52); }
div.DivClassName
{
background-color: #F29D34;
}
.BgClassName
{
background-color: #F29D34;
}
</style>
border-color css
<style>
span { border-color: #F29D34; }
span { border-color: rgb(242,157,52); }
td.TdClassName
{
border-color: #F29D34;
}
.TagClassName
{
border-color: #F29D34;
}
</style>