Shades of Selective Yellow #FFB402
Tints of Selective Yellow #FFB402
RGB
CMYK
RGB Variations
Color information
#FFB402 (or 0xFFB402) is known color: Selective Yellow. HEX triplet: FF, B4 and 02. RGB value is (255,180,2). Sum of RGB (Red+Green+Blue) = 255+180+2=437 (57% of max value = 765). Red value is 255 (100% from 255 or 58.35% from 437); Green value is 180 (70.70% from 255 or 41.19% from 437); Blue value is 2 (1.17% from 255 or 0.46% from 437); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB402 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB402 is #004BFD. Grayscale: #B6B6B6. Windows color (decimal): -19454 or 177407. OLE color: 177407.
HSL color Cylindrical-coordinate representation of color #FFB402: hue angle of 42.21º 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 #FFB402 is Cyan = 0, Magento = 0.29, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 180 | 2 | - |
| CMYK | 0 | 0.29 | 0.99 | 0 |
| HSL | 42.21º | 1% | 0.5% | - |
| HSV(B) | 42.21º | 0.99% | 1% | - |
| XYZ | 57.57 | 53.91 | 7.43 | - |
| YUV | 182.13 | 26.35 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 180 | 2 | 0 | 0.29 | 0.99 | 0 | 42.21 | 1 | 0.5 |
| Hex | FF | B4 | 2 | 0 | 1D | 63 | 0 | 2A | 64 | 32 |
| Octal | 377 | 264 | 2 | 0 | 35 | 143 | 0 | 52 | 144 | 62 |
| Binary | 11111111 | 10110100 | 10 | 0 | 11101 | 1100011 | 0 | 101010 | 1100100 | 110010 |
Color Harmonies of #FFB402
Complementary color
Monochromatic Colors of #FFB402
Black with #FFB402
Text Example
Text Example
White with #FFB402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB402; }
p { color: rgb(255,180,2); }
H1.HeaderClassName
{
color: #FFB402;
}
.AnyTagClassName
{
color: #FFB402;
}
</style>
background-color css
<style>
a { background-color: #FFB402; }
a { background-color: rgb(255,180,2); }
div.DivClassName
{
background-color: #FFB402;
}
.BgClassName
{
background-color: #FFB402;
}
</style>
border-color css
<style>
span { border-color: #FFB402; }
span { border-color: rgb(255,180,2); }
td.TdClassName
{
border-color: #FFB402;
}
.TagClassName
{
border-color: #FFB402;
}
</style>