Shades of Chardonnay #FEBE6A
Tints of Chardonnay #FEBE6A
RGB
CMYK
RGB Variations
Color information
#FEBE6A (or 0xFEBE6A) is known color: Chardonnay. HEX triplet: FE, BE and 6A. RGB value is (254,190,106). Sum of RGB (Red+Green+Blue) = 254+190+106=550 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.18% from 550); Green value is 190 (74.61% from 255 or 34.55% from 550); Blue value is 106 (41.80% from 255 or 19.27% from 550); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBE6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBE6A is #014195. Grayscale: #C7C7C7. Windows color (decimal): -82326 or 6995710. OLE color: 6995710.
HSL color Cylindrical-coordinate representation of color #FEBE6A: hue angle of 34.05º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FEBE6A is Cyan = 0, Magento = 0.25, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 190 | 106 | - |
| CMYK | 0 | 0.25 | 0.58 | 0.00 |
| HSL | 34.05º | 0.99% | 0.71% | - |
| HSV(B) | 34.05º | 0.58% | 1% | - |
| XYZ | 61.89 | 58.94 | 21.75 | - |
| YUV | 199.56 | 75.2 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 190 | 106 | 0 | 0.25 | 0.58 | 0.00 | 34.05 | 0.99 | 0.71 |
| Hex | FE | BE | 6A | 0 | 19 | 3A | 0 | 22 | 63 | 47 |
| Octal | 376 | 276 | 152 | 0 | 31 | 72 | 0 | 42 | 143 | 107 |
| Binary | 11111110 | 10111110 | 1101010 | 0 | 11001 | 111010 | 0 | 100010 | 1100011 | 1000111 |
Color Harmonies of #FEBE6A
Complementary color
Monochromatic Colors of #FEBE6A
Black with #FEBE6A
Text Example
Text Example
White with #FEBE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBE6A; }
p { color: rgb(254,190,106); }
H1.HeaderClassName
{
color: #FEBE6A;
}
.AnyTagClassName
{
color: #FEBE6A;
}
</style>
background-color css
<style>
a { background-color: #FEBE6A; }
a { background-color: rgb(254,190,106); }
div.DivClassName
{
background-color: #FEBE6A;
}
.BgClassName
{
background-color: #FEBE6A;
}
</style>
border-color css
<style>
span { border-color: #FEBE6A; }
span { border-color: rgb(254,190,106); }
td.TdClassName
{
border-color: #FEBE6A;
}
.TagClassName
{
border-color: #FEBE6A;
}
</style>