Shades of Selective Yellow #FFB202
Tints of Selective Yellow #FFB202
RGB
CMYK
RGB Variations
Color information
#FFB202 (or 0xFFB202) is known color: Selective Yellow. HEX triplet: FF, B2 and 02. RGB value is (255,178,2). Sum of RGB (Red+Green+Blue) = 255+178+2=435 (57% of max value = 765). Red value is 255 (100% from 255 or 58.62% from 435); Green value is 178 (69.92% from 255 or 40.92% from 435); Blue value is 2 (1.17% from 255 or 0.46% from 435); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB202 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFB202 is #004DFD. Grayscale: #B5B5B5. Windows color (decimal): -19966 or 176895. OLE color: 176895.
HSL color Cylindrical-coordinate representation of color #FFB202: hue angle of 41.74º 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 #FFB202 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 178 | 2 | - |
| CMYK | 0 | 0.30 | 0.99 | 0 |
| HSL | 41.74º | 1% | 0.5% | - |
| HSV(B) | 41.74º | 0.99% | 1% | - |
| XYZ | 57.17 | 53.11 | 7.29 | - |
| YUV | 180.96 | 27.01 | 180.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 178 | 2 | 0 | 0.30 | 0.99 | 0 | 41.74 | 1 | 0.5 |
| Hex | FF | B2 | 2 | 0 | 1E | 63 | 0 | 2A | 64 | 32 |
| Octal | 377 | 262 | 2 | 0 | 36 | 143 | 0 | 52 | 144 | 62 |
| Binary | 11111111 | 10110010 | 10 | 0 | 11110 | 1100011 | 0 | 101010 | 1100100 | 110010 |
Color Harmonies of #FFB202
Complementary color
Monochromatic Colors of #FFB202
Black with #FFB202
Text Example
Text Example
White with #FFB202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB202; }
p { color: rgb(255,178,2); }
H1.HeaderClassName
{
color: #FFB202;
}
.AnyTagClassName
{
color: #FFB202;
}
</style>
background-color css
<style>
a { background-color: #FFB202; }
a { background-color: rgb(255,178,2); }
div.DivClassName
{
background-color: #FFB202;
}
.BgClassName
{
background-color: #FFB202;
}
</style>
border-color css
<style>
span { border-color: #FFB202; }
span { border-color: rgb(255,178,2); }
td.TdClassName
{
border-color: #FFB202;
}
.TagClassName
{
border-color: #FFB202;
}
</style>