Shades of Yellow Sea #F29C2D
Tints of Yellow Sea #F29C2D
RGB
CMYK
RGB Variations
Color information
#F29C2D (or 0xF29C2D) is known color: Yellow Sea. HEX triplet: F2, 9C and 2D. RGB value is (242,156,45). Sum of RGB (Red+Green+Blue) = 242+156+45=443 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.63% from 443); Green value is 156 (61.33% from 255 or 35.21% from 443); Blue value is 45 (17.97% from 255 or 10.16% from 443); Max value from RGB is 242 - color contains mainly: red. Hex color #F29C2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F29C2D is #0D63D2. Grayscale: #A9A9A9. Windows color (decimal): -877523 or 2989298. OLE color: 2989298.
HSL color Cylindrical-coordinate representation of color #F29C2D: hue angle of 33.81º 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 #F29C2D is Cyan = 0, Magento = 0.36, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 156 | 45 | - |
| CMYK | 0 | 0.36 | 0.81 | 0.05 |
| HSL | 33.81º | 0.88% | 0.56% | - |
| HSV(B) | 33.81º | 0.81% | 0.95% | - |
| XYZ | 48.98 | 42.84 | 8.17 | - |
| YUV | 169.06 | 57.99 | 180.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 156 | 45 | 0 | 0.36 | 0.81 | 0.05 | 33.81 | 0.88 | 0.56 |
| Hex | F2 | 9C | 2D | 0 | 24 | 51 | 5 | 22 | 58 | 38 |
| Octal | 362 | 234 | 55 | 0 | 44 | 121 | 5 | 42 | 130 | 70 |
| Binary | 11110010 | 10011100 | 101101 | 0 | 100100 | 1010001 | 101 | 100010 | 1011000 | 111000 |
Color Harmonies of #F29C2D
Complementary color
Monochromatic Colors of #F29C2D
Black with #F29C2D
Text Example
Text Example
White with #F29C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29C2D; }
p { color: rgb(242,156,45); }
H1.HeaderClassName
{
color: #F29C2D;
}
.AnyTagClassName
{
color: #F29C2D;
}
</style>
background-color css
<style>
a { background-color: #F29C2D; }
a { background-color: rgb(242,156,45); }
div.DivClassName
{
background-color: #F29C2D;
}
.BgClassName
{
background-color: #F29C2D;
}
</style>
border-color css
<style>
span { border-color: #F29C2D; }
span { border-color: rgb(242,156,45); }
td.TdClassName
{
border-color: #F29C2D;
}
.TagClassName
{
border-color: #F29C2D;
}
</style>