Shades of Selective Yellow #FFB004
Tints of Selective Yellow #FFB004
RGB
CMYK
RGB Variations
Color information
#FFB004 (or 0xFFB004) is known color: Selective Yellow. HEX triplet: FF, B0 and 04. RGB value is (255,176,4). Sum of RGB (Red+Green+Blue) = 255+176+4=435 (57% of max value = 765). Red value is 255 (100% from 255 or 58.62% from 435); Green value is 176 (69.14% from 255 or 40.46% from 435); Blue value is 4 (1.95% from 255 or 0.92% from 435); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB004 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFB004 is #004FFB. Grayscale: #B4B4B4. Windows color (decimal): -20476 or 307455. OLE color: 307455.
HSL color Cylindrical-coordinate representation of color #FFB004: hue angle of 41.12º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FFB004 is Cyan = 0, Magento = 0.31, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 176 | 4 | - |
| CMYK | 0 | 0.31 | 0.98 | 0 |
| HSL | 41.12º | 1% | 0.51% | - |
| HSV(B) | 41.12º | 0.98% | 1% | - |
| XYZ | 56.79 | 52.32 | 7.22 | - |
| YUV | 180.01 | 28.67 | 181.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 176 | 4 | 0 | 0.31 | 0.98 | 0 | 41.12 | 1 | 0.51 |
| Hex | FF | B0 | 4 | 0 | 1F | 62 | 0 | 29 | 64 | 33 |
| Octal | 377 | 260 | 4 | 0 | 37 | 142 | 0 | 51 | 144 | 63 |
| Binary | 11111111 | 10110000 | 100 | 0 | 11111 | 1100010 | 0 | 101001 | 1100100 | 110011 |
Color Harmonies of #FFB004
Complementary color
Monochromatic Colors of #FFB004
Black with #FFB004
Text Example
Text Example
White with #FFB004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB004; }
p { color: rgb(255,176,4); }
H1.HeaderClassName
{
color: #FFB004;
}
.AnyTagClassName
{
color: #FFB004;
}
</style>
background-color css
<style>
a { background-color: #FFB004; }
a { background-color: rgb(255,176,4); }
div.DivClassName
{
background-color: #FFB004;
}
.BgClassName
{
background-color: #FFB004;
}
</style>
border-color css
<style>
span { border-color: #FFB004; }
span { border-color: rgb(255,176,4); }
td.TdClassName
{
border-color: #FFB004;
}
.TagClassName
{
border-color: #FFB004;
}
</style>