Shades of Amber #FEBE0C
Tints of Amber #FEBE0C
RGB
CMYK
RGB Variations
Color information
#FEBE0C (or 0xFEBE0C) is known color: Amber. HEX triplet: FE, BE and 0C. RGB value is (254,190,12). Sum of RGB (Red+Green+Blue) = 254+190+12=456 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.70% from 456); Green value is 190 (74.61% from 255 or 41.67% from 456); Blue value is 12 (5.08% from 255 or 2.63% from 456); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBE0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEBE0C is #0141F3. Grayscale: #BDBDBD. Windows color (decimal): -82420 or 835326. OLE color: 835326.
HSL color Cylindrical-coordinate representation of color #FEBE0C: hue angle of 44.13º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FEBE0C is Cyan = 0, Magento = 0.25, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 190 | 12 | - |
| CMYK | 0 | 0.25 | 0.95 | 0.00 |
| HSL | 44.13º | 0.99% | 0.52% | - |
| HSV(B) | 44.13º | 0.95% | 1% | - |
| XYZ | 59.35 | 57.92 | 8.4 | - |
| YUV | 188.84 | 28.2 | 174.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 190 | 12 | 0 | 0.25 | 0.95 | 0.00 | 44.13 | 0.99 | 0.52 |
| Hex | FE | BE | C | 0 | 19 | 5F | 0 | 2C | 63 | 34 |
| Octal | 376 | 276 | 14 | 0 | 31 | 137 | 0 | 54 | 143 | 64 |
| Binary | 11111110 | 10111110 | 1100 | 0 | 11001 | 1011111 | 0 | 101100 | 1100011 | 110100 |
Color Harmonies of #FEBE0C
Complementary color
Monochromatic Colors of #FEBE0C
Black with #FEBE0C
Text Example
Text Example
White with #FEBE0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBE0C; }
p { color: rgb(254,190,12); }
H1.HeaderClassName
{
color: #FEBE0C;
}
.AnyTagClassName
{
color: #FEBE0C;
}
</style>
background-color css
<style>
a { background-color: #FEBE0C; }
a { background-color: rgb(254,190,12); }
div.DivClassName
{
background-color: #FEBE0C;
}
.BgClassName
{
background-color: #FEBE0C;
}
</style>
border-color css
<style>
span { border-color: #FEBE0C; }
span { border-color: rgb(254,190,12); }
td.TdClassName
{
border-color: #FEBE0C;
}
.TagClassName
{
border-color: #FEBE0C;
}
</style>