Shades of Amber #FFBE0C
Tints of Amber #FFBE0C
RGB
CMYK
RGB Variations
Color information
#FFBE0C (or 0xFFBE0C) is known color: Amber. HEX triplet: FF, BE and 0C. RGB value is (255,190,12). Sum of RGB (Red+Green+Blue) = 255+190+12=457 (60% of max value = 765). Red value is 255 (100% from 255 or 55.80% from 457); Green value is 190 (74.61% from 255 or 41.58% from 457); Blue value is 12 (5.08% from 255 or 2.63% from 457); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBE0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFBE0C is #0041F3. Grayscale: #BDBDBD. Windows color (decimal): -16884 or 835327. OLE color: 835327.
HSL color Cylindrical-coordinate representation of color #FFBE0C: hue angle of 43.95º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FFBE0C is Cyan = 0, Magento = 0.25, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 190 | 12 | - |
| CMYK | 0 | 0.25 | 0.95 | 0 |
| HSL | 43.95º | 1% | 0.52% | - |
| HSV(B) | 43.95º | 0.95% | 1% | - |
| XYZ | 59.72 | 58.11 | 8.42 | - |
| YUV | 189.14 | 28.03 | 174.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 190 | 12 | 0 | 0.25 | 0.95 | 0 | 43.95 | 1 | 0.52 |
| Hex | FF | BE | C | 0 | 19 | 5F | 0 | 2C | 64 | 34 |
| Octal | 377 | 276 | 14 | 0 | 31 | 137 | 0 | 54 | 144 | 64 |
| Binary | 11111111 | 10111110 | 1100 | 0 | 11001 | 1011111 | 0 | 101100 | 1100100 | 110100 |
Color Harmonies of #FFBE0C
Complementary color
Monochromatic Colors of #FFBE0C
Black with #FFBE0C
Text Example
Text Example
White with #FFBE0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBE0C; }
p { color: rgb(255,190,12); }
H1.HeaderClassName
{
color: #FFBE0C;
}
.AnyTagClassName
{
color: #FFBE0C;
}
</style>
background-color css
<style>
a { background-color: #FFBE0C; }
a { background-color: rgb(255,190,12); }
div.DivClassName
{
background-color: #FFBE0C;
}
.BgClassName
{
background-color: #FFBE0C;
}
</style>
border-color css
<style>
span { border-color: #FFBE0C; }
span { border-color: rgb(255,190,12); }
td.TdClassName
{
border-color: #FFBE0C;
}
.TagClassName
{
border-color: #FFBE0C;
}
</style>