Shades of Selective Yellow #FFB902
Tints of Selective Yellow #FFB902
RGB
CMYK
RGB Variations
Color information
#FFB902 (or 0xFFB902) is known color: Selective Yellow. HEX triplet: FF, B9 and 02. RGB value is (255,185,2). Sum of RGB (Red+Green+Blue) = 255+185+2=442 (58% of max value = 765). Red value is 255 (100% from 255 or 57.69% from 442); Green value is 185 (72.66% from 255 or 41.86% from 442); Blue value is 2 (1.17% from 255 or 0.45% from 442); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB902 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB902 is #0046FD. Grayscale: #B9B9B9. Windows color (decimal): -18174 or 178687. OLE color: 178687.
HSL color Cylindrical-coordinate representation of color #FFB902: hue angle of 43.4º 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 #FFB902 is Cyan = 0, Magento = 0.27, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 185 | 2 | - |
| CMYK | 0 | 0.27 | 0.99 | 0 |
| HSL | 43.4º | 1% | 0.5% | - |
| HSV(B) | 43.4º | 0.99% | 1% | - |
| XYZ | 58.6 | 55.96 | 7.77 | - |
| YUV | 185.07 | 24.69 | 177.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 185 | 2 | 0 | 0.27 | 0.99 | 0 | 43.4 | 1 | 0.5 |
| Hex | FF | B9 | 2 | 0 | 1B | 63 | 0 | 2B | 64 | 32 |
| Octal | 377 | 271 | 2 | 0 | 33 | 143 | 0 | 53 | 144 | 62 |
| Binary | 11111111 | 10111001 | 10 | 0 | 11011 | 1100011 | 0 | 101011 | 1100100 | 110010 |
Color Harmonies of #FFB902
Complementary color
Monochromatic Colors of #FFB902
Black with #FFB902
Text Example
Text Example
White with #FFB902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB902; }
p { color: rgb(255,185,2); }
H1.HeaderClassName
{
color: #FFB902;
}
.AnyTagClassName
{
color: #FFB902;
}
</style>
background-color css
<style>
a { background-color: #FFB902; }
a { background-color: rgb(255,185,2); }
div.DivClassName
{
background-color: #FFB902;
}
.BgClassName
{
background-color: #FFB902;
}
</style>
border-color css
<style>
span { border-color: #FFB902; }
span { border-color: rgb(255,185,2); }
td.TdClassName
{
border-color: #FFB902;
}
.TagClassName
{
border-color: #FFB902;
}
</style>