Shades of Selective Yellow #FFB002
Tints of Selective Yellow #FFB002
RGB
CMYK
RGB Variations
Color information
#FFB002 (or 0xFFB002) is known color: Selective Yellow. HEX triplet: FF, B0 and 02. RGB value is (255,176,2). Sum of RGB (Red+Green+Blue) = 255+176+2=433 (57% of max value = 765). Red value is 255 (100% from 255 or 58.89% from 433); Green value is 176 (69.14% from 255 or 40.65% from 433); Blue value is 2 (1.17% from 255 or 0.46% from 433); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB002 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFB002 is #004FFD. Grayscale: #B4B4B4. Windows color (decimal): -20478 or 176383. OLE color: 176383.
HSL color Cylindrical-coordinate representation of color #FFB002: hue angle of 41.26º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FFB002 is Cyan = 0, Magento = 0.31, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 176 | 2 | - |
| CMYK | 0 | 0.31 | 0.99 | 0 |
| HSL | 41.26º | 1% | 0.5% | - |
| HSV(B) | 41.26º | 0.99% | 1% | - |
| XYZ | 56.78 | 52.32 | 7.16 | - |
| YUV | 179.79 | 27.67 | 181.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 176 | 2 | 0 | 0.31 | 0.99 | 0 | 41.26 | 1 | 0.5 |
| Hex | FF | B0 | 2 | 0 | 1F | 63 | 0 | 29 | 64 | 32 |
| Octal | 377 | 260 | 2 | 0 | 37 | 143 | 0 | 51 | 144 | 62 |
| Binary | 11111111 | 10110000 | 10 | 0 | 11111 | 1100011 | 0 | 101001 | 1100100 | 110010 |
Color Harmonies of #FFB002
Complementary color
Monochromatic Colors of #FFB002
Black with #FFB002
Text Example
Text Example
White with #FFB002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB002; }
p { color: rgb(255,176,2); }
H1.HeaderClassName
{
color: #FFB002;
}
.AnyTagClassName
{
color: #FFB002;
}
</style>
background-color css
<style>
a { background-color: #FFB002; }
a { background-color: rgb(255,176,2); }
div.DivClassName
{
background-color: #FFB002;
}
.BgClassName
{
background-color: #FFB002;
}
</style>
border-color css
<style>
span { border-color: #FFB002; }
span { border-color: rgb(255,176,2); }
td.TdClassName
{
border-color: #FFB002;
}
.TagClassName
{
border-color: #FFB002;
}
</style>