Shades of Selective Yellow #F7B70D
Tints of Selective Yellow #F7B70D
RGB
CMYK
RGB Variations
Color information
#F7B70D (or 0xF7B70D) is known color: Selective Yellow. HEX triplet: F7, B7 and 0D. RGB value is (247,183,13). Sum of RGB (Red+Green+Blue) = 247+183+13=443 (58% of max value = 765). Red value is 247 (96.88% from 255 or 55.76% from 443); Green value is 183 (71.88% from 255 or 41.31% from 443); Blue value is 13 (5.47% from 255 or 2.93% from 443); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B70D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7B70D is #0848F2. Grayscale: #B7B7B7. Windows color (decimal): -542963 or 899063. OLE color: 899063.
HSL color Cylindrical-coordinate representation of color #F7B70D: hue angle of 43.59º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F7B70D is Cyan = 0, Magento = 0.26, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 183 | 13 | - |
| CMYK | 0 | 0.26 | 0.95 | 0.03 |
| HSL | 43.59º | 0.94% | 0.51% | - |
| HSV(B) | 43.59º | 0.95% | 0.97% | - |
| XYZ | 55.36 | 53.67 | 7.82 | - |
| YUV | 182.76 | 32.2 | 173.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 183 | 13 | 0 | 0.26 | 0.95 | 0.03 | 43.59 | 0.94 | 0.51 |
| Hex | F7 | B7 | D | 0 | 1A | 5F | 3 | 2C | 5E | 33 |
| Octal | 367 | 267 | 15 | 0 | 32 | 137 | 3 | 54 | 136 | 63 |
| Binary | 11110111 | 10110111 | 1101 | 0 | 11010 | 1011111 | 11 | 101100 | 1011110 | 110011 |
Color Harmonies of #F7B70D
Complementary color
Monochromatic Colors of #F7B70D
Black with #F7B70D
Text Example
Text Example
White with #F7B70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B70D; }
p { color: rgb(247,183,13); }
H1.HeaderClassName
{
color: #F7B70D;
}
.AnyTagClassName
{
color: #F7B70D;
}
</style>
background-color css
<style>
a { background-color: #F7B70D; }
a { background-color: rgb(247,183,13); }
div.DivClassName
{
background-color: #F7B70D;
}
.BgClassName
{
background-color: #F7B70D;
}
</style>
border-color css
<style>
span { border-color: #F7B70D; }
span { border-color: rgb(247,183,13); }
td.TdClassName
{
border-color: #F7B70D;
}
.TagClassName
{
border-color: #F7B70D;
}
</style>