Shades of Yellow Sea #F29A2D
Tints of Yellow Sea #F29A2D
RGB
CMYK
RGB Variations
Color information
#F29A2D (or 0xF29A2D) is known color: Yellow Sea. HEX triplet: F2, 9A and 2D. RGB value is (242,154,45). Sum of RGB (Red+Green+Blue) = 242+154+45=441 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.88% from 441); Green value is 154 (60.55% from 255 or 34.92% from 441); Blue value is 45 (17.97% from 255 or 10.20% from 441); Max value from RGB is 242 - color contains mainly: red. Hex color #F29A2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F29A2D is #0D65D2. Grayscale: #A8A8A8. Windows color (decimal): -878035 or 2988786. OLE color: 2988786.
HSL color Cylindrical-coordinate representation of color #F29A2D: hue angle of 33.2º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F29A2D is Cyan = 0, Magento = 0.36, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 154 | 45 | - |
| CMYK | 0 | 0.36 | 0.81 | 0.05 |
| HSL | 33.2º | 0.88% | 0.56% | - |
| HSV(B) | 33.2º | 0.81% | 0.95% | - |
| XYZ | 48.65 | 42.18 | 8.06 | - |
| YUV | 167.89 | 58.65 | 180.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 154 | 45 | 0 | 0.36 | 0.81 | 0.05 | 33.2 | 0.88 | 0.56 |
| Hex | F2 | 9A | 2D | 0 | 24 | 51 | 5 | 21 | 58 | 38 |
| Octal | 362 | 232 | 55 | 0 | 44 | 121 | 5 | 41 | 130 | 70 |
| Binary | 11110010 | 10011010 | 101101 | 0 | 100100 | 1010001 | 101 | 100001 | 1011000 | 111000 |
Color Harmonies of #F29A2D
Complementary color
Monochromatic Colors of #F29A2D
Black with #F29A2D
Text Example
Text Example
White with #F29A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29A2D; }
p { color: rgb(242,154,45); }
H1.HeaderClassName
{
color: #F29A2D;
}
.AnyTagClassName
{
color: #F29A2D;
}
</style>
background-color css
<style>
a { background-color: #F29A2D; }
a { background-color: rgb(242,154,45); }
div.DivClassName
{
background-color: #F29A2D;
}
.BgClassName
{
background-color: #F29A2D;
}
</style>
border-color css
<style>
span { border-color: #F29A2D; }
span { border-color: rgb(242,154,45); }
td.TdClassName
{
border-color: #F29A2D;
}
.TagClassName
{
border-color: #F29A2D;
}
</style>