Shades of Selective Yellow #FBB502
Tints of Selective Yellow #FBB502
RGB
CMYK
RGB Variations
Color information
#FBB502 (or 0xFBB502) is known color: Selective Yellow. HEX triplet: FB, B5 and 02. RGB value is (251,181,2). Sum of RGB (Red+Green+Blue) = 251+181+2=434 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.83% from 434); Green value is 181 (71.09% from 255 or 41.71% from 434); Blue value is 2 (1.17% from 255 or 0.46% from 434); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB502 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBB502 is #044AFD. Grayscale: #B6B6B6. Windows color (decimal): -281342 or 177659. OLE color: 177659.
HSL color Cylindrical-coordinate representation of color #FBB502: hue angle of 43.13º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FBB502 is Cyan = 0, Magento = 0.28, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 181 | 2 | - |
| CMYK | 0 | 0.28 | 0.99 | 0.02 |
| HSL | 43.13º | 0.98% | 0.5% | - |
| HSV(B) | 43.13º | 0.99% | 0.98% | - |
| XYZ | 56.32 | 53.56 | 7.43 | - |
| YUV | 181.52 | 26.69 | 177.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 181 | 2 | 0 | 0.28 | 0.99 | 0.02 | 43.13 | 0.98 | 0.5 |
| Hex | FB | B5 | 2 | 0 | 1C | 63 | 2 | 2B | 62 | 32 |
| Octal | 373 | 265 | 2 | 0 | 34 | 143 | 2 | 53 | 142 | 62 |
| Binary | 11111011 | 10110101 | 10 | 0 | 11100 | 1100011 | 10 | 101011 | 1100010 | 110010 |
Color Harmonies of #FBB502
Complementary color
Monochromatic Colors of #FBB502
Black with #FBB502
Text Example
Text Example
White with #FBB502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB502; }
p { color: rgb(251,181,2); }
H1.HeaderClassName
{
color: #FBB502;
}
.AnyTagClassName
{
color: #FBB502;
}
</style>
background-color css
<style>
a { background-color: #FBB502; }
a { background-color: rgb(251,181,2); }
div.DivClassName
{
background-color: #FBB502;
}
.BgClassName
{
background-color: #FBB502;
}
</style>
border-color css
<style>
span { border-color: #FBB502; }
span { border-color: rgb(251,181,2); }
td.TdClassName
{
border-color: #FBB502;
}
.TagClassName
{
border-color: #FBB502;
}
</style>