Shades of Amber #FBBD0C
Tints of Amber #FBBD0C
RGB
CMYK
RGB Variations
Color information
#FBBD0C (or 0xFBBD0C) is known color: Amber. HEX triplet: FB, BD and 0C. RGB value is (251,189,12). Sum of RGB (Red+Green+Blue) = 251+189+12=452 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.53% from 452); Green value is 189 (74.22% from 255 or 41.81% from 452); Blue value is 12 (5.08% from 255 or 2.65% from 452); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBD0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBBD0C is #0442F3. Grayscale: #BCBCBC. Windows color (decimal): -279284 or 835067. OLE color: 835067.
HSL color Cylindrical-coordinate representation of color #FBBD0C: hue angle of 44.44º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FBBD0C is Cyan = 0, Magento = 0.25, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 189 | 12 | - |
| CMYK | 0 | 0.25 | 0.95 | 0.02 |
| HSL | 44.44º | 0.97% | 0.52% | - |
| HSV(B) | 44.44º | 0.95% | 0.98% | - |
| XYZ | 58.05 | 56.93 | 8.28 | - |
| YUV | 187.36 | 29.04 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 189 | 12 | 0 | 0.25 | 0.95 | 0.02 | 44.44 | 0.97 | 0.52 |
| Hex | FB | BD | C | 0 | 19 | 5F | 2 | 2C | 61 | 34 |
| Octal | 373 | 275 | 14 | 0 | 31 | 137 | 2 | 54 | 141 | 64 |
| Binary | 11111011 | 10111101 | 1100 | 0 | 11001 | 1011111 | 10 | 101100 | 1100001 | 110100 |
Color Harmonies of #FBBD0C
Complementary color
Monochromatic Colors of #FBBD0C
Black with #FBBD0C
Text Example
Text Example
White with #FBBD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBD0C; }
p { color: rgb(251,189,12); }
H1.HeaderClassName
{
color: #FBBD0C;
}
.AnyTagClassName
{
color: #FBBD0C;
}
</style>
background-color css
<style>
a { background-color: #FBBD0C; }
a { background-color: rgb(251,189,12); }
div.DivClassName
{
background-color: #FBBD0C;
}
.BgClassName
{
background-color: #FBBD0C;
}
</style>
border-color css
<style>
span { border-color: #FBBD0C; }
span { border-color: rgb(251,189,12); }
td.TdClassName
{
border-color: #FBBD0C;
}
.TagClassName
{
border-color: #FBBD0C;
}
</style>