Shades of Selective Yellow #FFB900
Tints of Selective Yellow #FFB900
RGB
CMYK
RGB Variations
Color information
#FFB900 (or 0xFFB900) is known color: Selective Yellow. HEX triplet: FF, B9 and 00. RGB value is (255,185,0). Sum of RGB (Red+Green+Blue) = 255+185+0=440 (58% of max value = 765). Red value is 255 (100% from 255 or 57.95% from 440); Green value is 185 (72.66% from 255 or 42.05% from 440); Blue value is 0 (0.39% from 255 or 0% from 440); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB900 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB900 is #0046FF. Grayscale: #B9B9B9. Windows color (decimal): -18176 or 47615. OLE color: 47615.
HSL color Cylindrical-coordinate representation of color #FFB900: hue angle of 43.53º 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 #FFB900 is Cyan = 0, Magento = 0.27, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 185 | 0 | - |
| CMYK | 0 | 0.27 | 1 | 0 |
| HSL | 43.53º | 1% | 0.5% | - |
| HSV(B) | 43.53º | 1% | 1% | - |
| XYZ | 58.59 | 55.96 | 7.71 | - |
| YUV | 184.84 | 23.69 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 185 | 0 | 0 | 0.27 | 1 | 0 | 43.53 | 1 | 0.5 |
| Hex | FF | B9 | 0 | 0 | 1B | 64 | 0 | 2C | 64 | 32 |
| Octal | 377 | 271 | 0 | 0 | 33 | 144 | 0 | 54 | 144 | 62 |
| Binary | 11111111 | 10111001 | 0 | 0 | 11011 | 1100100 | 0 | 101100 | 1100100 | 110010 |
Color Harmonies of #FFB900
Complementary color
Monochromatic Colors of #FFB900
Black with #FFB900
Text Example
Text Example
White with #FFB900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB900; }
p { color: rgb(255,185,0); }
H1.HeaderClassName
{
color: #FFB900;
}
.AnyTagClassName
{
color: #FFB900;
}
</style>
background-color css
<style>
a { background-color: #FFB900; }
a { background-color: rgb(255,185,0); }
div.DivClassName
{
background-color: #FFB900;
}
.BgClassName
{
background-color: #FFB900;
}
</style>
border-color css
<style>
span { border-color: #FFB900; }
span { border-color: rgb(255,185,0); }
td.TdClassName
{
border-color: #FFB900;
}
.TagClassName
{
border-color: #FFB900;
}
</style>