Shades of Yellow Sea #F29D3A
Tints of Yellow Sea #F29D3A
RGB
CMYK
RGB Variations
Color information
#F29D3A (or 0xF29D3A) is known color: Yellow Sea. HEX triplet: F2, 9D and 3A. RGB value is (242,157,58). Sum of RGB (Red+Green+Blue) = 242+157+58=457 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.95% from 457); Green value is 157 (61.72% from 255 or 34.35% from 457); Blue value is 58 (23.05% from 255 or 12.69% from 457); Max value from RGB is 242 - color contains mainly: red. Hex color #F29D3A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F29D3A is #0D62C5. Grayscale: #ABABAB. Windows color (decimal): -877254 or 3841522. OLE color: 3841522.
HSL color Cylindrical-coordinate representation of color #F29D3A: hue angle of 32.28º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F29D3A is Cyan = 0, Magento = 0.35, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 157 | 58 | - |
| CMYK | 0 | 0.35 | 0.76 | 0.05 |
| HSL | 32.28º | 0.88% | 0.59% | - |
| HSV(B) | 32.28º | 0.76% | 0.95% | - |
| XYZ | 49.44 | 43.3 | 9.75 | - |
| YUV | 171.13 | 64.16 | 178.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 157 | 58 | 0 | 0.35 | 0.76 | 0.05 | 32.28 | 0.88 | 0.59 |
| Hex | F2 | 9D | 3A | 0 | 23 | 4C | 5 | 20 | 58 | 3B |
| Octal | 362 | 235 | 72 | 0 | 43 | 114 | 5 | 40 | 130 | 73 |
| Binary | 11110010 | 10011101 | 111010 | 0 | 100011 | 1001100 | 101 | 100000 | 1011000 | 111011 |
Color Harmonies of #F29D3A
Complementary color
Monochromatic Colors of #F29D3A
Black with #F29D3A
Text Example
Text Example
White with #F29D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29D3A; }
p { color: rgb(242,157,58); }
H1.HeaderClassName
{
color: #F29D3A;
}
.AnyTagClassName
{
color: #F29D3A;
}
</style>
background-color css
<style>
a { background-color: #F29D3A; }
a { background-color: rgb(242,157,58); }
div.DivClassName
{
background-color: #F29D3A;
}
.BgClassName
{
background-color: #F29D3A;
}
</style>
border-color css
<style>
span { border-color: #F29D3A; }
span { border-color: rgb(242,157,58); }
td.TdClassName
{
border-color: #F29D3A;
}
.TagClassName
{
border-color: #F29D3A;
}
</style>