Shades of Amber #FDBE0C
Tints of Amber #FDBE0C
RGB
CMYK
RGB Variations
Color information
#FDBE0C (or 0xFDBE0C) is known color: Amber. HEX triplet: FD, BE and 0C. RGB value is (253,190,12). Sum of RGB (Red+Green+Blue) = 253+190+12=455 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.60% from 455); Green value is 190 (74.61% from 255 or 41.76% from 455); Blue value is 12 (5.08% from 255 or 2.64% from 455); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBE0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDBE0C is #0241F3. Grayscale: #BDBDBD. Windows color (decimal): -147956 or 835325. OLE color: 835325.
HSL color Cylindrical-coordinate representation of color #FDBE0C: hue angle of 44.32º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FDBE0C is Cyan = 0, Magento = 0.25, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 190 | 12 | - |
| CMYK | 0 | 0.25 | 0.95 | 0.01 |
| HSL | 44.32º | 0.98% | 0.52% | - |
| HSV(B) | 44.32º | 0.95% | 0.99% | - |
| XYZ | 58.99 | 57.74 | 8.38 | - |
| YUV | 188.55 | 28.37 | 173.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 190 | 12 | 0 | 0.25 | 0.95 | 0.01 | 44.32 | 0.98 | 0.52 |
| Hex | FD | BE | C | 0 | 19 | 5F | 1 | 2C | 62 | 34 |
| Octal | 375 | 276 | 14 | 0 | 31 | 137 | 1 | 54 | 142 | 64 |
| Binary | 11111101 | 10111110 | 1100 | 0 | 11001 | 1011111 | 1 | 101100 | 1100010 | 110100 |
Color Harmonies of #FDBE0C
Complementary color
Monochromatic Colors of #FDBE0C
Black with #FDBE0C
Text Example
Text Example
White with #FDBE0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBE0C; }
p { color: rgb(253,190,12); }
H1.HeaderClassName
{
color: #FDBE0C;
}
.AnyTagClassName
{
color: #FDBE0C;
}
</style>
background-color css
<style>
a { background-color: #FDBE0C; }
a { background-color: rgb(253,190,12); }
div.DivClassName
{
background-color: #FDBE0C;
}
.BgClassName
{
background-color: #FDBE0C;
}
</style>
border-color css
<style>
span { border-color: #FDBE0C; }
span { border-color: rgb(253,190,12); }
td.TdClassName
{
border-color: #FDBE0C;
}
.TagClassName
{
border-color: #FDBE0C;
}
</style>