Shades of Selective Yellow #FFB208
Tints of Selective Yellow #FFB208
RGB
CMYK
RGB Variations
Color information
#FFB208 (or 0xFFB208) is known color: Selective Yellow. HEX triplet: FF, B2 and 08. RGB value is (255,178,8). Sum of RGB (Red+Green+Blue) = 255+178+8=441 (58% of max value = 765). Red value is 255 (100% from 255 or 57.82% from 441); Green value is 178 (69.92% from 255 or 40.36% from 441); Blue value is 8 (3.52% from 255 or 1.81% from 441); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB208 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFB208 is #004DF7. Grayscale: #B6B6B6. Windows color (decimal): -19960 or 570111. OLE color: 570111.
HSL color Cylindrical-coordinate representation of color #FFB208: hue angle of 41.3º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FFB208 is Cyan = 0, Magento = 0.30, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 178 | 8 | - |
| CMYK | 0 | 0.30 | 0.97 | 0 |
| HSL | 41.3º | 1% | 0.52% | - |
| HSV(B) | 41.3º | 0.97% | 1% | - |
| XYZ | 57.2 | 53.12 | 7.47 | - |
| YUV | 181.64 | 30.01 | 180.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 178 | 8 | 0 | 0.30 | 0.97 | 0 | 41.3 | 1 | 0.52 |
| Hex | FF | B2 | 8 | 0 | 1E | 61 | 0 | 29 | 64 | 34 |
| Octal | 377 | 262 | 10 | 0 | 36 | 141 | 0 | 51 | 144 | 64 |
| Binary | 11111111 | 10110010 | 1000 | 0 | 11110 | 1100001 | 0 | 101001 | 1100100 | 110100 |
Color Harmonies of #FFB208
Complementary color
Monochromatic Colors of #FFB208
Black with #FFB208
Text Example
Text Example
White with #FFB208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB208; }
p { color: rgb(255,178,8); }
H1.HeaderClassName
{
color: #FFB208;
}
.AnyTagClassName
{
color: #FFB208;
}
</style>
background-color css
<style>
a { background-color: #FFB208; }
a { background-color: rgb(255,178,8); }
div.DivClassName
{
background-color: #FFB208;
}
.BgClassName
{
background-color: #FFB208;
}
</style>
border-color css
<style>
span { border-color: #FFB208; }
span { border-color: rgb(255,178,8); }
td.TdClassName
{
border-color: #FFB208;
}
.TagClassName
{
border-color: #FFB208;
}
</style>