Shades of Selective Yellow #FFBD13
Tints of Selective Yellow #FFBD13
RGB
CMYK
RGB Variations
Color information
#FFBD13 (or 0xFFBD13) is known color: Selective Yellow. HEX triplet: FF, BD and 13. RGB value is (255,189,19). Sum of RGB (Red+Green+Blue) = 255+189+19=463 (61% of max value = 765). Red value is 255 (100% from 255 or 55.08% from 463); Green value is 189 (74.22% from 255 or 40.82% from 463); Blue value is 19 (7.81% from 255 or 4.10% from 463); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBD13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFBD13 is #0042EC. Grayscale: #BEBEBE. Windows color (decimal): -17133 or 1293823. OLE color: 1293823.
HSL color Cylindrical-coordinate representation of color #FFBD13: hue angle of 43.22º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FFBD13 is Cyan = 0, Magento = 0.26, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 189 | 19 | - |
| CMYK | 0 | 0.26 | 0.93 | 0 |
| HSL | 43.22º | 1% | 0.54% | - |
| HSV(B) | 43.22º | 0.93% | 1% | - |
| XYZ | 59.56 | 57.7 | 8.61 | - |
| YUV | 189.35 | 31.87 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 189 | 19 | 0 | 0.26 | 0.93 | 0 | 43.22 | 1 | 0.54 |
| Hex | FF | BD | 13 | 0 | 1A | 5D | 0 | 2B | 64 | 36 |
| Octal | 377 | 275 | 23 | 0 | 32 | 135 | 0 | 53 | 144 | 66 |
| Binary | 11111111 | 10111101 | 10011 | 0 | 11010 | 1011101 | 0 | 101011 | 1100100 | 110110 |
Color Harmonies of #FFBD13
Complementary color
Monochromatic Colors of #FFBD13
Black with #FFBD13
Text Example
Text Example
White with #FFBD13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBD13; }
p { color: rgb(255,189,19); }
H1.HeaderClassName
{
color: #FFBD13;
}
.AnyTagClassName
{
color: #FFBD13;
}
</style>
background-color css
<style>
a { background-color: #FFBD13; }
a { background-color: rgb(255,189,19); }
div.DivClassName
{
background-color: #FFBD13;
}
.BgClassName
{
background-color: #FFBD13;
}
</style>
border-color css
<style>
span { border-color: #FFBD13; }
span { border-color: rgb(255,189,19); }
td.TdClassName
{
border-color: #FFBD13;
}
.TagClassName
{
border-color: #FFBD13;
}
</style>