Shades of Selective Yellow #FFB70B
Tints of Selective Yellow #FFB70B
RGB
CMYK
RGB Variations
Color information
#FFB70B (or 0xFFB70B) is known color: Selective Yellow. HEX triplet: FF, B7 and 0B. RGB value is (255,183,11). Sum of RGB (Red+Green+Blue) = 255+183+11=449 (59% of max value = 765). Red value is 255 (100% from 255 or 56.79% from 449); Green value is 183 (71.88% from 255 or 40.76% from 449); Blue value is 11 (4.69% from 255 or 2.45% from 449); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB70B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB70B is #0048F4. Grayscale: #B9B9B9. Windows color (decimal): -18677 or 767999. OLE color: 767999.
HSL color Cylindrical-coordinate representation of color #FFB70B: hue angle of 42.3º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FFB70B is Cyan = 0, Magento = 0.28, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 183 | 11 | - |
| CMYK | 0 | 0.28 | 0.96 | 0 |
| HSL | 42.3º | 1% | 0.52% | - |
| HSV(B) | 42.3º | 0.96% | 1% | - |
| XYZ | 58.23 | 55.15 | 7.89 | - |
| YUV | 184.92 | 29.85 | 177.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 183 | 11 | 0 | 0.28 | 0.96 | 0 | 42.3 | 1 | 0.52 |
| Hex | FF | B7 | B | 0 | 1C | 60 | 0 | 2A | 64 | 34 |
| Octal | 377 | 267 | 13 | 0 | 34 | 140 | 0 | 52 | 144 | 64 |
| Binary | 11111111 | 10110111 | 1011 | 0 | 11100 | 1100000 | 0 | 101010 | 1100100 | 110100 |
Color Harmonies of #FFB70B
Complementary color
Monochromatic Colors of #FFB70B
Black with #FFB70B
Text Example
Text Example
White with #FFB70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB70B; }
p { color: rgb(255,183,11); }
H1.HeaderClassName
{
color: #FFB70B;
}
.AnyTagClassName
{
color: #FFB70B;
}
</style>
background-color css
<style>
a { background-color: #FFB70B; }
a { background-color: rgb(255,183,11); }
div.DivClassName
{
background-color: #FFB70B;
}
.BgClassName
{
background-color: #FFB70B;
}
</style>
border-color css
<style>
span { border-color: #FFB70B; }
span { border-color: rgb(255,183,11); }
td.TdClassName
{
border-color: #FFB70B;
}
.TagClassName
{
border-color: #FFB70B;
}
</style>