Shades of Selective Yellow #FFB602
Tints of Selective Yellow #FFB602
RGB
CMYK
RGB Variations
Color information
#FFB602 (or 0xFFB602) is known color: Selective Yellow. HEX triplet: FF, B6 and 02. RGB value is (255,182,2). Sum of RGB (Red+Green+Blue) = 255+182+2=439 (58% of max value = 765). Red value is 255 (100% from 255 or 58.09% from 439); Green value is 182 (71.48% from 255 or 41.46% from 439); Blue value is 2 (1.17% from 255 or 0.46% from 439); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB602 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB602 is #0049FD. Grayscale: #B8B8B8. Windows color (decimal): -18942 or 177919. OLE color: 177919.
HSL color Cylindrical-coordinate representation of color #FFB602: hue angle of 42.69º 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 #FFB602 is Cyan = 0, Magento = 0.29, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 182 | 2 | - |
| CMYK | 0 | 0.29 | 0.99 | 0 |
| HSL | 42.69º | 1% | 0.5% | - |
| HSV(B) | 42.69º | 0.99% | 1% | - |
| XYZ | 57.98 | 54.72 | 7.56 | - |
| YUV | 183.31 | 25.68 | 179.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 182 | 2 | 0 | 0.29 | 0.99 | 0 | 42.69 | 1 | 0.5 |
| Hex | FF | B6 | 2 | 0 | 1D | 63 | 0 | 2B | 64 | 32 |
| Octal | 377 | 266 | 2 | 0 | 35 | 143 | 0 | 53 | 144 | 62 |
| Binary | 11111111 | 10110110 | 10 | 0 | 11101 | 1100011 | 0 | 101011 | 1100100 | 110010 |
Color Harmonies of #FFB602
Complementary color
Monochromatic Colors of #FFB602
Black with #FFB602
Text Example
Text Example
White with #FFB602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB602; }
p { color: rgb(255,182,2); }
H1.HeaderClassName
{
color: #FFB602;
}
.AnyTagClassName
{
color: #FFB602;
}
</style>
background-color css
<style>
a { background-color: #FFB602; }
a { background-color: rgb(255,182,2); }
div.DivClassName
{
background-color: #FFB602;
}
.BgClassName
{
background-color: #FFB602;
}
</style>
border-color css
<style>
span { border-color: #FFB602; }
span { border-color: rgb(255,182,2); }
td.TdClassName
{
border-color: #FFB602;
}
.TagClassName
{
border-color: #FFB602;
}
</style>