Shades of Yellow Sea #F79A2D
Tints of Yellow Sea #F79A2D
RGB
CMYK
RGB Variations
Color information
#F79A2D (or 0xF79A2D) is known color: Yellow Sea. HEX triplet: F7, 9A and 2D. RGB value is (247,154,45). Sum of RGB (Red+Green+Blue) = 247+154+45=446 (59% of max value = 765). Red value is 247 (96.88% from 255 or 55.38% from 446); Green value is 154 (60.55% from 255 or 34.53% from 446); Blue value is 45 (17.97% from 255 or 10.09% from 446); Max value from RGB is 247 - color contains mainly: red. Hex color #F79A2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F79A2D is #0865D2. Grayscale: #A9A9A9. Windows color (decimal): -550355 or 2988791. OLE color: 2988791.
HSL color Cylindrical-coordinate representation of color #F79A2D: hue angle of 32.38º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F79A2D is Cyan = 0, Magento = 0.38, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 154 | 45 | - |
| CMYK | 0 | 0.38 | 0.82 | 0.03 |
| HSL | 32.38º | 0.93% | 0.57% | - |
| HSV(B) | 32.38º | 0.82% | 0.97% | - |
| XYZ | 50.39 | 43.07 | 8.14 | - |
| YUV | 169.38 | 57.81 | 183.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 154 | 45 | 0 | 0.38 | 0.82 | 0.03 | 32.38 | 0.93 | 0.57 |
| Hex | F7 | 9A | 2D | 0 | 26 | 52 | 3 | 20 | 5D | 39 |
| Octal | 367 | 232 | 55 | 0 | 46 | 122 | 3 | 40 | 135 | 71 |
| Binary | 11110111 | 10011010 | 101101 | 0 | 100110 | 1010010 | 11 | 100000 | 1011101 | 111001 |
Color Harmonies of #F79A2D
Complementary color
Monochromatic Colors of #F79A2D
Black with #F79A2D
Text Example
Text Example
White with #F79A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F79A2D; }
p { color: rgb(247,154,45); }
H1.HeaderClassName
{
color: #F79A2D;
}
.AnyTagClassName
{
color: #F79A2D;
}
</style>
background-color css
<style>
a { background-color: #F79A2D; }
a { background-color: rgb(247,154,45); }
div.DivClassName
{
background-color: #F79A2D;
}
.BgClassName
{
background-color: #F79A2D;
}
</style>
border-color css
<style>
span { border-color: #F79A2D; }
span { border-color: rgb(247,154,45); }
td.TdClassName
{
border-color: #F79A2D;
}
.TagClassName
{
border-color: #F79A2D;
}
</style>