Shades of Energy Yellow #F6DC55
Tints of Energy Yellow #F6DC55
RGB
CMYK
RGB Variations
Color information
#F6DC55 (or 0xF6DC55) is known color: Energy Yellow. HEX triplet: F6, DC and 55. RGB value is (246,220,85). Sum of RGB (Red+Green+Blue) = 246+220+85=551 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.65% from 551); Green value is 220 (86.33% from 255 or 39.93% from 551); Blue value is 85 (33.59% from 255 or 15.43% from 551); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DC55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6DC55 is #0923AA. Grayscale: #D4D4D4. Windows color (decimal): -598955 or 5627126. OLE color: 5627126.
HSL color Cylindrical-coordinate representation of color #F6DC55: hue angle of 50.31º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F6DC55 is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 220 | 85 | - |
| CMYK | 0 | 0.11 | 0.65 | 0.04 |
| HSL | 50.31º | 0.9% | 0.65% | - |
| HSV(B) | 50.31º | 0.65% | 0.96% | - |
| XYZ | 65.24 | 71.44 | 18.94 | - |
| YUV | 212.38 | 56.11 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 220 | 85 | 0 | 0.11 | 0.65 | 0.04 | 50.31 | 0.9 | 0.65 |
| Hex | F6 | DC | 55 | 0 | B | 41 | 4 | 32 | 5A | 41 |
| Octal | 366 | 334 | 125 | 0 | 13 | 101 | 4 | 62 | 132 | 101 |
| Binary | 11110110 | 11011100 | 1010101 | 0 | 1011 | 1000001 | 100 | 110010 | 1011010 | 1000001 |
Color Harmonies of #F6DC55
Complementary color
Monochromatic Colors of #F6DC55
Black with #F6DC55
Text Example
Text Example
White with #F6DC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DC55; }
p { color: rgb(246,220,85); }
H1.HeaderClassName
{
color: #F6DC55;
}
.AnyTagClassName
{
color: #F6DC55;
}
</style>
background-color css
<style>
a { background-color: #F6DC55; }
a { background-color: rgb(246,220,85); }
div.DivClassName
{
background-color: #F6DC55;
}
.BgClassName
{
background-color: #F6DC55;
}
</style>
border-color css
<style>
span { border-color: #F6DC55; }
span { border-color: rgb(246,220,85); }
td.TdClassName
{
border-color: #F6DC55;
}
.TagClassName
{
border-color: #F6DC55;
}
</style>