Shades of Yellow Sea #F79B2F
Tints of Yellow Sea #F79B2F
RGB
CMYK
RGB Variations
Color information
#F79B2F (or 0xF79B2F) is known color: Yellow Sea. HEX triplet: F7, 9B and 2F. RGB value is (247,155,47). Sum of RGB (Red+Green+Blue) = 247+155+47=449 (59% of max value = 765). Red value is 247 (96.88% from 255 or 55.01% from 449); Green value is 155 (60.94% from 255 or 34.52% from 449); Blue value is 47 (18.75% from 255 or 10.47% from 449); Max value from RGB is 247 - color contains mainly: red. Hex color #F79B2F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F79B2F is #0864D0. Grayscale: #AAAAAA. Windows color (decimal): -550097 or 3120119. OLE color: 3120119.
HSL color Cylindrical-coordinate representation of color #F79B2F: hue angle of 32.4º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F79B2F is Cyan = 0, Magento = 0.37, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 155 | 47 | - |
| CMYK | 0 | 0.37 | 0.81 | 0.03 |
| HSL | 32.4º | 0.93% | 0.58% | - |
| HSV(B) | 32.4º | 0.81% | 0.97% | - |
| XYZ | 50.59 | 43.42 | 8.4 | - |
| YUV | 170.2 | 58.48 | 182.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 155 | 47 | 0 | 0.37 | 0.81 | 0.03 | 32.4 | 0.93 | 0.58 |
| Hex | F7 | 9B | 2F | 0 | 25 | 51 | 3 | 20 | 5D | 3A |
| Octal | 367 | 233 | 57 | 0 | 45 | 121 | 3 | 40 | 135 | 72 |
| Binary | 11110111 | 10011011 | 101111 | 0 | 100101 | 1010001 | 11 | 100000 | 1011101 | 111010 |
Color Harmonies of #F79B2F
Complementary color
Monochromatic Colors of #F79B2F
Black with #F79B2F
Text Example
Text Example
White with #F79B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F79B2F; }
p { color: rgb(247,155,47); }
H1.HeaderClassName
{
color: #F79B2F;
}
.AnyTagClassName
{
color: #F79B2F;
}
</style>
background-color css
<style>
a { background-color: #F79B2F; }
a { background-color: rgb(247,155,47); }
div.DivClassName
{
background-color: #F79B2F;
}
.BgClassName
{
background-color: #F79B2F;
}
</style>
border-color css
<style>
span { border-color: #F79B2F; }
span { border-color: rgb(247,155,47); }
td.TdClassName
{
border-color: #F79B2F;
}
.TagClassName
{
border-color: #F79B2F;
}
</style>