Shades of Selective Yellow #FFB307
Tints of Selective Yellow #FFB307
RGB
CMYK
RGB Variations
Color information
#FFB307 (or 0xFFB307) is known color: Selective Yellow. HEX triplet: FF, B3 and 07. RGB value is (255,179,7). Sum of RGB (Red+Green+Blue) = 255+179+7=441 (58% of max value = 765). Red value is 255 (100% from 255 or 57.82% from 441); Green value is 179 (70.31% from 255 or 40.59% from 441); Blue value is 7 (3.12% from 255 or 1.59% from 441); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB307 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB307 is #004CF8. Grayscale: #B6B6B6. Windows color (decimal): -19705 or 504831. OLE color: 504831.
HSL color Cylindrical-coordinate representation of color #FFB307: hue angle of 41.61º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FFB307 is Cyan = 0, Magento = 0.30, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 7 | - |
| CMYK | 0 | 0.30 | 0.97 | 0 |
| HSL | 41.61º | 1% | 0.51% | - |
| HSV(B) | 41.61º | 0.97% | 1% | - |
| XYZ | 57.4 | 53.52 | 7.51 | - |
| YUV | 182.12 | 29.18 | 179.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 7 | 0 | 0.30 | 0.97 | 0 | 41.61 | 1 | 0.51 |
| Hex | FF | B3 | 7 | 0 | 1E | 61 | 0 | 2A | 64 | 33 |
| Octal | 377 | 263 | 7 | 0 | 36 | 141 | 0 | 52 | 144 | 63 |
| Binary | 11111111 | 10110011 | 111 | 0 | 11110 | 1100001 | 0 | 101010 | 1100100 | 110011 |
Color Harmonies of #FFB307
Complementary color
Monochromatic Colors of #FFB307
Black with #FFB307
Text Example
Text Example
White with #FFB307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB307; }
p { color: rgb(255,179,7); }
H1.HeaderClassName
{
color: #FFB307;
}
.AnyTagClassName
{
color: #FFB307;
}
</style>
background-color css
<style>
a { background-color: #FFB307; }
a { background-color: rgb(255,179,7); }
div.DivClassName
{
background-color: #FFB307;
}
.BgClassName
{
background-color: #FFB307;
}
</style>
border-color css
<style>
span { border-color: #FFB307; }
span { border-color: rgb(255,179,7); }
td.TdClassName
{
border-color: #FFB307;
}
.TagClassName
{
border-color: #FFB307;
}
</style>