Shades of Selective Yellow #FFB502
Tints of Selective Yellow #FFB502
RGB
CMYK
RGB Variations
Color information
#FFB502 (or 0xFFB502) is known color: Selective Yellow. HEX triplet: FF, B5 and 02. RGB value is (255,181,2). Sum of RGB (Red+Green+Blue) = 255+181+2=438 (58% of max value = 765). Red value is 255 (100% from 255 or 58.22% from 438); Green value is 181 (71.09% from 255 or 41.32% from 438); Blue value is 2 (1.17% from 255 or 0.46% from 438); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB502 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB502 is #004AFD. Grayscale: #B7B7B7. Windows color (decimal): -19198 or 177663. OLE color: 177663.
HSL color Cylindrical-coordinate representation of color #FFB502: hue angle of 42.45º 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 #FFB502 is Cyan = 0, Magento = 0.29, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 181 | 2 | - |
| CMYK | 0 | 0.29 | 0.99 | 0 |
| HSL | 42.45º | 1% | 0.5% | - |
| HSV(B) | 42.45º | 0.99% | 1% | - |
| XYZ | 57.77 | 54.31 | 7.5 | - |
| YUV | 182.72 | 26.02 | 179.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 181 | 2 | 0 | 0.29 | 0.99 | 0 | 42.45 | 1 | 0.5 |
| Hex | FF | B5 | 2 | 0 | 1D | 63 | 0 | 2A | 64 | 32 |
| Octal | 377 | 265 | 2 | 0 | 35 | 143 | 0 | 52 | 144 | 62 |
| Binary | 11111111 | 10110101 | 10 | 0 | 11101 | 1100011 | 0 | 101010 | 1100100 | 110010 |
Color Harmonies of #FFB502
Complementary color
Monochromatic Colors of #FFB502
Black with #FFB502
Text Example
Text Example
White with #FFB502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB502; }
p { color: rgb(255,181,2); }
H1.HeaderClassName
{
color: #FFB502;
}
.AnyTagClassName
{
color: #FFB502;
}
</style>
background-color css
<style>
a { background-color: #FFB502; }
a { background-color: rgb(255,181,2); }
div.DivClassName
{
background-color: #FFB502;
}
.BgClassName
{
background-color: #FFB502;
}
</style>
border-color css
<style>
span { border-color: #FFB502; }
span { border-color: rgb(255,181,2); }
td.TdClassName
{
border-color: #FFB502;
}
.TagClassName
{
border-color: #FFB502;
}
</style>