Shades of Gorse #FDF12B
Tints of Gorse #FDF12B
RGB
CMYK
RGB Variations
Color information
#FDF12B (or 0xFDF12B) is known color: Gorse. HEX triplet: FD, F1 and 2B. RGB value is (253,241,43). Sum of RGB (Red+Green+Blue) = 253+241+43=537 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.11% from 537); Green value is 241 (94.53% from 255 or 44.88% from 537); Blue value is 43 (17.19% from 255 or 8.01% from 537); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF12B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF12B is #020ED4. Grayscale: #DEDEDE. Windows color (decimal): -134869 or 2879997. OLE color: 2879997.
HSL color Cylindrical-coordinate representation of color #FDF12B: hue angle of 56.57º 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 #FDF12B is Cyan = 0, Magento = 0.05, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 241 | 43 | - |
| CMYK | 0 | 0.05 | 0.83 | 0.01 |
| HSL | 56.57º | 0.98% | 0.58% | - |
| HSV(B) | 56.57º | 0.83% | 0.99% | - |
| XYZ | 72.4 | 83.97 | 14.68 | - |
| YUV | 222.02 | 26.98 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 241 | 43 | 0 | 0.05 | 0.83 | 0.01 | 56.57 | 0.98 | 0.58 |
| Hex | FD | F1 | 2B | 0 | 5 | 53 | 1 | 39 | 62 | 3A |
| Octal | 375 | 361 | 53 | 0 | 5 | 123 | 1 | 71 | 142 | 72 |
| Binary | 11111101 | 11110001 | 101011 | 0 | 101 | 1010011 | 1 | 111001 | 1100010 | 111010 |
Color Harmonies of #FDF12B
Complementary color
Monochromatic Colors of #FDF12B
Black with #FDF12B
Text Example
Text Example
White with #FDF12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF12B; }
p { color: rgb(253,241,43); }
H1.HeaderClassName
{
color: #FDF12B;
}
.AnyTagClassName
{
color: #FDF12B;
}
</style>
background-color css
<style>
a { background-color: #FDF12B; }
a { background-color: rgb(253,241,43); }
div.DivClassName
{
background-color: #FDF12B;
}
.BgClassName
{
background-color: #FDF12B;
}
</style>
border-color css
<style>
span { border-color: #FDF12B; }
span { border-color: rgb(253,241,43); }
td.TdClassName
{
border-color: #FDF12B;
}
.TagClassName
{
border-color: #FDF12B;
}
</style>