Shades of Selective Yellow #FFB205
Tints of Selective Yellow #FFB205
RGB
CMYK
RGB Variations
Color information
#FFB205 (or 0xFFB205) is known color: Selective Yellow. HEX triplet: FF, B2 and 05. RGB value is (255,178,5). Sum of RGB (Red+Green+Blue) = 255+178+5=438 (58% of max value = 765). Red value is 255 (100% from 255 or 58.22% from 438); Green value is 178 (69.92% from 255 or 40.64% from 438); Blue value is 5 (2.34% from 255 or 1.14% from 438); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB205 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFB205 is #004DFA. Grayscale: #B6B6B6. Windows color (decimal): -19963 or 373503. OLE color: 373503.
HSL color Cylindrical-coordinate representation of color #FFB205: hue angle of 41.52º 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 #FFB205 is Cyan = 0, Magento = 0.30, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 178 | 5 | - |
| CMYK | 0 | 0.30 | 0.98 | 0 |
| HSL | 41.52º | 1% | 0.51% | - |
| HSV(B) | 41.52º | 0.98% | 1% | - |
| XYZ | 57.19 | 53.11 | 7.38 | - |
| YUV | 181.3 | 28.51 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 178 | 5 | 0 | 0.30 | 0.98 | 0 | 41.52 | 1 | 0.51 |
| Hex | FF | B2 | 5 | 0 | 1E | 62 | 0 | 2A | 64 | 33 |
| Octal | 377 | 262 | 5 | 0 | 36 | 142 | 0 | 52 | 144 | 63 |
| Binary | 11111111 | 10110010 | 101 | 0 | 11110 | 1100010 | 0 | 101010 | 1100100 | 110011 |
Color Harmonies of #FFB205
Complementary color
Monochromatic Colors of #FFB205
Black with #FFB205
Text Example
Text Example
White with #FFB205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB205; }
p { color: rgb(255,178,5); }
H1.HeaderClassName
{
color: #FFB205;
}
.AnyTagClassName
{
color: #FFB205;
}
</style>
background-color css
<style>
a { background-color: #FFB205; }
a { background-color: rgb(255,178,5); }
div.DivClassName
{
background-color: #FFB205;
}
.BgClassName
{
background-color: #FFB205;
}
</style>
border-color css
<style>
span { border-color: #FFB205; }
span { border-color: rgb(255,178,5); }
td.TdClassName
{
border-color: #FFB205;
}
.TagClassName
{
border-color: #FFB205;
}
</style>