Shades of Selective Yellow #FFB708
Tints of Selective Yellow #FFB708
RGB
CMYK
RGB Variations
Color information
#FFB708 (or 0xFFB708) is known color: Selective Yellow. HEX triplet: FF, B7 and 08. RGB value is (255,183,8). Sum of RGB (Red+Green+Blue) = 255+183+8=446 (59% of max value = 765). Red value is 255 (100% from 255 or 57.17% from 446); Green value is 183 (71.88% from 255 or 41.03% from 446); Blue value is 8 (3.52% from 255 or 1.79% from 446); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB708 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB708 is #0048F7. Grayscale: #B9B9B9. Windows color (decimal): -18680 or 571391. OLE color: 571391.
HSL color Cylindrical-coordinate representation of color #FFB708: hue angle of 42.51º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FFB708 is Cyan = 0, Magento = 0.28, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 183 | 8 | - |
| CMYK | 0 | 0.28 | 0.97 | 0 |
| HSL | 42.51º | 1% | 0.52% | - |
| HSV(B) | 42.51º | 0.97% | 1% | - |
| XYZ | 58.22 | 55.14 | 7.81 | - |
| YUV | 184.58 | 28.35 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 183 | 8 | 0 | 0.28 | 0.97 | 0 | 42.51 | 1 | 0.52 |
| Hex | FF | B7 | 8 | 0 | 1C | 61 | 0 | 2B | 64 | 34 |
| Octal | 377 | 267 | 10 | 0 | 34 | 141 | 0 | 53 | 144 | 64 |
| Binary | 11111111 | 10110111 | 1000 | 0 | 11100 | 1100001 | 0 | 101011 | 1100100 | 110100 |
Color Harmonies of #FFB708
Complementary color
Monochromatic Colors of #FFB708
Black with #FFB708
Text Example
Text Example
White with #FFB708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB708; }
p { color: rgb(255,183,8); }
H1.HeaderClassName
{
color: #FFB708;
}
.AnyTagClassName
{
color: #FFB708;
}
</style>
background-color css
<style>
a { background-color: #FFB708; }
a { background-color: rgb(255,183,8); }
div.DivClassName
{
background-color: #FFB708;
}
.BgClassName
{
background-color: #FFB708;
}
</style>
border-color css
<style>
span { border-color: #FFB708; }
span { border-color: rgb(255,183,8); }
td.TdClassName
{
border-color: #FFB708;
}
.TagClassName
{
border-color: #FFB708;
}
</style>