Shades of Selective Yellow #FFBD14
Tints of Selective Yellow #FFBD14
RGB
CMYK
RGB Variations
Color information
#FFBD14 (or 0xFFBD14) is known color: Selective Yellow. HEX triplet: FF, BD and 14. RGB value is (255,189,20). Sum of RGB (Red+Green+Blue) = 255+189+20=464 (61% of max value = 765). Red value is 255 (100% from 255 or 54.96% from 464); Green value is 189 (74.22% from 255 or 40.73% from 464); Blue value is 20 (8.20% from 255 or 4.31% from 464); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBD14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFBD14 is #0042EB. Grayscale: #BEBEBE. Windows color (decimal): -17132 or 1359359. OLE color: 1359359.
HSL color Cylindrical-coordinate representation of color #FFBD14: hue angle of 43.15º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FFBD14 is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 189 | 20 | - |
| CMYK | 0 | 0.26 | 0.92 | 0 |
| HSL | 43.15º | 1% | 0.54% | - |
| HSV(B) | 43.15º | 0.92% | 1% | - |
| XYZ | 59.56 | 57.71 | 8.66 | - |
| YUV | 189.47 | 32.37 | 174.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 189 | 20 | 0 | 0.26 | 0.92 | 0 | 43.15 | 1 | 0.54 |
| Hex | FF | BD | 14 | 0 | 1A | 5C | 0 | 2B | 64 | 36 |
| Octal | 377 | 275 | 24 | 0 | 32 | 134 | 0 | 53 | 144 | 66 |
| Binary | 11111111 | 10111101 | 10100 | 0 | 11010 | 1011100 | 0 | 101011 | 1100100 | 110110 |
Color Harmonies of #FFBD14
Complementary color
Monochromatic Colors of #FFBD14
Black with #FFBD14
Text Example
Text Example
White with #FFBD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBD14; }
p { color: rgb(255,189,20); }
H1.HeaderClassName
{
color: #FFBD14;
}
.AnyTagClassName
{
color: #FFBD14;
}
</style>
background-color css
<style>
a { background-color: #FFBD14; }
a { background-color: rgb(255,189,20); }
div.DivClassName
{
background-color: #FFBD14;
}
.BgClassName
{
background-color: #FFBD14;
}
</style>
border-color css
<style>
span { border-color: #FFBD14; }
span { border-color: rgb(255,189,20); }
td.TdClassName
{
border-color: #FFBD14;
}
.TagClassName
{
border-color: #FFBD14;
}
</style>