Shades of Amber #FDBD07
Tints of Amber #FDBD07
RGB
CMYK
RGB Variations
Color information
#FDBD07 (or 0xFDBD07) is known color: Amber. HEX triplet: FD, BD and 07. RGB value is (253,189,7). Sum of RGB (Red+Green+Blue) = 253+189+7=449 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.35% from 449); Green value is 189 (74.22% from 255 or 42.09% from 449); Blue value is 7 (3.12% from 255 or 1.56% from 449); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBD07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDBD07 is #0242F8. Grayscale: #BCBCBC. Windows color (decimal): -148217 or 507389. OLE color: 507389.
HSL color Cylindrical-coordinate representation of color #FDBD07: hue angle of 44.39º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FDBD07 is Cyan = 0, Magento = 0.25, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 189 | 7 | - |
| CMYK | 0 | 0.25 | 0.97 | 0.01 |
| HSL | 44.39º | 0.98% | 0.51% | - |
| HSV(B) | 44.39º | 0.97% | 0.99% | - |
| XYZ | 58.74 | 57.29 | 8.16 | - |
| YUV | 187.39 | 26.2 | 174.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 189 | 7 | 0 | 0.25 | 0.97 | 0.01 | 44.39 | 0.98 | 0.51 |
| Hex | FD | BD | 7 | 0 | 19 | 61 | 1 | 2C | 62 | 33 |
| Octal | 375 | 275 | 7 | 0 | 31 | 141 | 1 | 54 | 142 | 63 |
| Binary | 11111101 | 10111101 | 111 | 0 | 11001 | 1100001 | 1 | 101100 | 1100010 | 110011 |
Color Harmonies of #FDBD07
Complementary color
Monochromatic Colors of #FDBD07
Black with #FDBD07
Text Example
Text Example
White with #FDBD07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBD07; }
p { color: rgb(253,189,7); }
H1.HeaderClassName
{
color: #FDBD07;
}
.AnyTagClassName
{
color: #FDBD07;
}
</style>
background-color css
<style>
a { background-color: #FDBD07; }
a { background-color: rgb(253,189,7); }
div.DivClassName
{
background-color: #FDBD07;
}
.BgClassName
{
background-color: #FDBD07;
}
</style>
border-color css
<style>
span { border-color: #FDBD07; }
span { border-color: rgb(253,189,7); }
td.TdClassName
{
border-color: #FDBD07;
}
.TagClassName
{
border-color: #FDBD07;
}
</style>