Shades of Selective Yellow #F7B50D
Tints of Selective Yellow #F7B50D
RGB
CMYK
RGB Variations
Color information
#F7B50D (or 0xF7B50D) is known color: Selective Yellow. HEX triplet: F7, B5 and 0D. RGB value is (247,181,13). Sum of RGB (Red+Green+Blue) = 247+181+13=441 (58% of max value = 765). Red value is 247 (96.88% from 255 or 56.01% from 441); Green value is 181 (71.09% from 255 or 41.04% from 441); Blue value is 13 (5.47% from 255 or 2.95% from 441); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B50D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7B50D is #084AF2. Grayscale: #B6B6B6. Windows color (decimal): -543475 or 898551. OLE color: 898551.
HSL color Cylindrical-coordinate representation of color #F7B50D: hue angle of 43.08º 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 #F7B50D is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 181 | 13 | - |
| CMYK | 0 | 0.27 | 0.95 | 0.03 |
| HSL | 43.08º | 0.94% | 0.51% | - |
| HSV(B) | 43.08º | 0.95% | 0.97% | - |
| XYZ | 54.95 | 52.85 | 7.69 | - |
| YUV | 181.58 | 32.87 | 174.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 181 | 13 | 0 | 0.27 | 0.95 | 0.03 | 43.08 | 0.94 | 0.51 |
| Hex | F7 | B5 | D | 0 | 1B | 5F | 3 | 2B | 5E | 33 |
| Octal | 367 | 265 | 15 | 0 | 33 | 137 | 3 | 53 | 136 | 63 |
| Binary | 11110111 | 10110101 | 1101 | 0 | 11011 | 1011111 | 11 | 101011 | 1011110 | 110011 |
Color Harmonies of #F7B50D
Complementary color
Monochromatic Colors of #F7B50D
Black with #F7B50D
Text Example
Text Example
White with #F7B50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B50D; }
p { color: rgb(247,181,13); }
H1.HeaderClassName
{
color: #F7B50D;
}
.AnyTagClassName
{
color: #F7B50D;
}
</style>
background-color css
<style>
a { background-color: #F7B50D; }
a { background-color: rgb(247,181,13); }
div.DivClassName
{
background-color: #F7B50D;
}
.BgClassName
{
background-color: #F7B50D;
}
</style>
border-color css
<style>
span { border-color: #F7B50D; }
span { border-color: rgb(247,181,13); }
td.TdClassName
{
border-color: #F7B50D;
}
.TagClassName
{
border-color: #F7B50D;
}
</style>