Shades of Gorse #FDF12A
Tints of Gorse #FDF12A
RGB
CMYK
RGB Variations
Color information
#FDF12A (or 0xFDF12A) is known color: Gorse. HEX triplet: FD, F1 and 2A. RGB value is (253,241,42). Sum of RGB (Red+Green+Blue) = 253+241+42=536 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.20% from 536); Green value is 241 (94.53% from 255 or 44.96% from 536); Blue value is 42 (16.80% from 255 or 7.84% from 536); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF12A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF12A is #020ED5. Grayscale: #DEDEDE. Windows color (decimal): -134870 or 2814461. OLE color: 2814461.
HSL color Cylindrical-coordinate representation of color #FDF12A: hue angle of 56.59º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FDF12A is Cyan = 0, Magento = 0.05, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 241 | 42 | - |
| CMYK | 0 | 0.05 | 0.83 | 0.01 |
| HSL | 56.59º | 0.98% | 0.58% | - |
| HSV(B) | 56.59º | 0.83% | 0.99% | - |
| XYZ | 72.38 | 83.96 | 14.58 | - |
| YUV | 221.9 | 26.48 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 241 | 42 | 0 | 0.05 | 0.83 | 0.01 | 56.59 | 0.98 | 0.58 |
| Hex | FD | F1 | 2A | 0 | 5 | 53 | 1 | 39 | 62 | 3A |
| Octal | 375 | 361 | 52 | 0 | 5 | 123 | 1 | 71 | 142 | 72 |
| Binary | 11111101 | 11110001 | 101010 | 0 | 101 | 1010011 | 1 | 111001 | 1100010 | 111010 |
Color Harmonies of #FDF12A
Complementary color
Monochromatic Colors of #FDF12A
Black with #FDF12A
Text Example
Text Example
White with #FDF12A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF12A; }
p { color: rgb(253,241,42); }
H1.HeaderClassName
{
color: #FDF12A;
}
.AnyTagClassName
{
color: #FDF12A;
}
</style>
background-color css
<style>
a { background-color: #FDF12A; }
a { background-color: rgb(253,241,42); }
div.DivClassName
{
background-color: #FDF12A;
}
.BgClassName
{
background-color: #FDF12A;
}
</style>
border-color css
<style>
span { border-color: #FDF12A; }
span { border-color: rgb(253,241,42); }
td.TdClassName
{
border-color: #FDF12A;
}
.TagClassName
{
border-color: #FDF12A;
}
</style>