Shades of Amber #FDBD0E
Tints of Amber #FDBD0E
RGB
CMYK
RGB Variations
Color information
#FDBD0E (or 0xFDBD0E) is known color: Amber. HEX triplet: FD, BD and 0E. RGB value is (253,189,14). Sum of RGB (Red+Green+Blue) = 253+189+14=456 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.48% from 456); Green value is 189 (74.22% from 255 or 41.45% from 456); Blue value is 14 (5.86% from 255 or 3.07% from 456); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBD0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDBD0E is #0242F1. Grayscale: #BCBCBC. Windows color (decimal): -148210 or 966141. OLE color: 966141.
HSL color Cylindrical-coordinate representation of color #FDBD0E: hue angle of 43.93º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FDBD0E is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 189 | 14 | - |
| CMYK | 0 | 0.25 | 0.94 | 0.01 |
| HSL | 43.93º | 0.98% | 0.52% | - |
| HSV(B) | 43.93º | 0.94% | 0.99% | - |
| XYZ | 58.78 | 57.31 | 8.38 | - |
| YUV | 188.19 | 29.7 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 189 | 14 | 0 | 0.25 | 0.94 | 0.01 | 43.93 | 0.98 | 0.52 |
| Hex | FD | BD | E | 0 | 19 | 5E | 1 | 2C | 62 | 34 |
| Octal | 375 | 275 | 16 | 0 | 31 | 136 | 1 | 54 | 142 | 64 |
| Binary | 11111101 | 10111101 | 1110 | 0 | 11001 | 1011110 | 1 | 101100 | 1100010 | 110100 |
Color Harmonies of #FDBD0E
Complementary color
Monochromatic Colors of #FDBD0E
Black with #FDBD0E
Text Example
Text Example
White with #FDBD0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBD0E; }
p { color: rgb(253,189,14); }
H1.HeaderClassName
{
color: #FDBD0E;
}
.AnyTagClassName
{
color: #FDBD0E;
}
</style>
background-color css
<style>
a { background-color: #FDBD0E; }
a { background-color: rgb(253,189,14); }
div.DivClassName
{
background-color: #FDBD0E;
}
.BgClassName
{
background-color: #FDBD0E;
}
</style>
border-color css
<style>
span { border-color: #FDBD0E; }
span { border-color: rgb(253,189,14); }
td.TdClassName
{
border-color: #FDBD0E;
}
.TagClassName
{
border-color: #FDBD0E;
}
</style>