Shades of Energy Yellow #F1DA42
Tints of Energy Yellow #F1DA42
RGB
CMYK
RGB Variations
Color information
#F1DA42 (or 0xF1DA42) is known color: Energy Yellow. HEX triplet: F1, DA and 42. RGB value is (241,218,66). Sum of RGB (Red+Green+Blue) = 241+218+66=525 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.90% from 525); Green value is 218 (85.55% from 255 or 41.52% from 525); Blue value is 66 (26.17% from 255 or 12.57% from 525); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DA42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1DA42 is #0E25BD. Grayscale: #D0D0D0. Windows color (decimal): -927166 or 4381425. OLE color: 4381425.
HSL color Cylindrical-coordinate representation of color #F1DA42: hue angle of 52.11º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F1DA42 is Cyan = 0, Magento = 0.10, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 218 | 66 | - |
| CMYK | 0 | 0.10 | 0.73 | 0.05 |
| HSL | 52.11º | 0.86% | 0.6% | - |
| HSV(B) | 52.11º | 0.73% | 0.95% | - |
| XYZ | 62.33 | 69.24 | 15.23 | - |
| YUV | 207.55 | 48.12 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 218 | 66 | 0 | 0.10 | 0.73 | 0.05 | 52.11 | 0.86 | 0.6 |
| Hex | F1 | DA | 42 | 0 | A | 49 | 5 | 34 | 56 | 3C |
| Octal | 361 | 332 | 102 | 0 | 12 | 111 | 5 | 64 | 126 | 74 |
| Binary | 11110001 | 11011010 | 1000010 | 0 | 1010 | 1001001 | 101 | 110100 | 1010110 | 111100 |
Color Harmonies of #F1DA42
Complementary color
Monochromatic Colors of #F1DA42
Black with #F1DA42
Text Example
Text Example
White with #F1DA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DA42; }
p { color: rgb(241,218,66); }
H1.HeaderClassName
{
color: #F1DA42;
}
.AnyTagClassName
{
color: #F1DA42;
}
</style>
background-color css
<style>
a { background-color: #F1DA42; }
a { background-color: rgb(241,218,66); }
div.DivClassName
{
background-color: #F1DA42;
}
.BgClassName
{
background-color: #F1DA42;
}
</style>
border-color css
<style>
span { border-color: #F1DA42; }
span { border-color: rgb(241,218,66); }
td.TdClassName
{
border-color: #F1DA42;
}
.TagClassName
{
border-color: #F1DA42;
}
</style>