Shades of Gorse #FDF83C
Tints of Gorse #FDF83C
RGB
CMYK
RGB Variations
Color information
#FDF83C (or 0xFDF83C) is known color: Gorse. HEX triplet: FD, F8 and 3C. RGB value is (253,248,60). Sum of RGB (Red+Green+Blue) = 253+248+60=561 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.10% from 561); Green value is 248 (97.27% from 255 or 44.21% from 561); Blue value is 60 (23.83% from 255 or 10.70% from 561); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF83C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF83C is #0207C3. Grayscale: #E4E4E4. Windows color (decimal): -133060 or 3995901. OLE color: 3995901.
HSL color Cylindrical-coordinate representation of color #FDF83C: hue angle of 58.45º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FDF83C is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 248 | 60 | - |
| CMYK | 0 | 0.02 | 0.76 | 0.01 |
| HSL | 58.45º | 0.98% | 0.61% | - |
| HSV(B) | 58.45º | 0.76% | 0.99% | - |
| XYZ | 74.89 | 88.34 | 17.38 | - |
| YUV | 228.06 | 33.16 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 248 | 60 | 0 | 0.02 | 0.76 | 0.01 | 58.45 | 0.98 | 0.61 |
| Hex | FD | F8 | 3C | 0 | 2 | 4C | 1 | 3A | 62 | 3D |
| Octal | 375 | 370 | 74 | 0 | 2 | 114 | 1 | 72 | 142 | 75 |
| Binary | 11111101 | 11111000 | 111100 | 0 | 10 | 1001100 | 1 | 111010 | 1100010 | 111101 |
Color Harmonies of #FDF83C
Complementary color
Monochromatic Colors of #FDF83C
Black with #FDF83C
Text Example
Text Example
White with #FDF83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF83C; }
p { color: rgb(253,248,60); }
H1.HeaderClassName
{
color: #FDF83C;
}
.AnyTagClassName
{
color: #FDF83C;
}
</style>
background-color css
<style>
a { background-color: #FDF83C; }
a { background-color: rgb(253,248,60); }
div.DivClassName
{
background-color: #FDF83C;
}
.BgClassName
{
background-color: #FDF83C;
}
</style>
border-color css
<style>
span { border-color: #FDF83C; }
span { border-color: rgb(253,248,60); }
td.TdClassName
{
border-color: #FDF83C;
}
.TagClassName
{
border-color: #FDF83C;
}
</style>