Shades of Selective Yellow #FFB801
Tints of Selective Yellow #FFB801
RGB
CMYK
RGB Variations
Color information
#FFB801 (or 0xFFB801) is known color: Selective Yellow. HEX triplet: FF, B8 and 01. RGB value is (255,184,1). Sum of RGB (Red+Green+Blue) = 255+184+1=440 (58% of max value = 765). Red value is 255 (100% from 255 or 57.95% from 440); Green value is 184 (72.27% from 255 or 41.82% from 440); Blue value is 1 (0.78% from 255 or 0.23% from 440); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB801 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB801 is #0047FE. Grayscale: #B9B9B9. Windows color (decimal): -18431 or 112895. OLE color: 112895.
HSL color Cylindrical-coordinate representation of color #FFB801: hue angle of 43.23º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FFB801 is Cyan = 0, Magento = 0.28, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 184 | 1 | - |
| CMYK | 0 | 0.28 | 1.00 | 0 |
| HSL | 43.23º | 1% | 0.5% | - |
| HSV(B) | 43.23º | 1% | 1% | - |
| XYZ | 58.39 | 55.54 | 7.67 | - |
| YUV | 184.37 | 24.52 | 178.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 184 | 1 | 0 | 0.28 | 1.00 | 0 | 43.23 | 1 | 0.5 |
| Hex | FF | B8 | 1 | 0 | 1C | 64 | 0 | 2B | 64 | 32 |
| Octal | 377 | 270 | 1 | 0 | 34 | 144 | 0 | 53 | 144 | 62 |
| Binary | 11111111 | 10111000 | 1 | 0 | 11100 | 1100100 | 0 | 101011 | 1100100 | 110010 |
Color Harmonies of #FFB801
Complementary color
Monochromatic Colors of #FFB801
Black with #FFB801
Text Example
Text Example
White with #FFB801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB801; }
p { color: rgb(255,184,1); }
H1.HeaderClassName
{
color: #FFB801;
}
.AnyTagClassName
{
color: #FFB801;
}
</style>
background-color css
<style>
a { background-color: #FFB801; }
a { background-color: rgb(255,184,1); }
div.DivClassName
{
background-color: #FFB801;
}
.BgClassName
{
background-color: #FFB801;
}
</style>
border-color css
<style>
span { border-color: #FFB801; }
span { border-color: rgb(255,184,1); }
td.TdClassName
{
border-color: #FFB801;
}
.TagClassName
{
border-color: #FFB801;
}
</style>