Shades of Gorse #FDF93B
Tints of Gorse #FDF93B
RGB
CMYK
RGB Variations
Color information
#FDF93B (or 0xFDF93B) is known color: Gorse. HEX triplet: FD, F9 and 3B. RGB value is (253,249,59). Sum of RGB (Red+Green+Blue) = 253+249+59=561 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.10% from 561); Green value is 249 (97.66% from 255 or 44.39% from 561); Blue value is 59 (23.44% from 255 or 10.52% from 561); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF93B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF93B is #0206C4. Grayscale: #E5E5E5. Windows color (decimal): -132805 or 3930621. OLE color: 3930621.
HSL color Cylindrical-coordinate representation of color #FDF93B: hue angle of 58.76º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FDF93B is Cyan = 0, Magento = 0.02, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 249 | 59 | - |
| CMYK | 0 | 0.02 | 0.77 | 0.01 |
| HSL | 58.76º | 0.98% | 0.61% | - |
| HSV(B) | 58.76º | 0.77% | 0.99% | - |
| XYZ | 75.17 | 88.95 | 17.34 | - |
| YUV | 228.54 | 32.33 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 249 | 59 | 0 | 0.02 | 0.77 | 0.01 | 58.76 | 0.98 | 0.61 |
| Hex | FD | F9 | 3B | 0 | 2 | 4D | 1 | 3B | 62 | 3D |
| Octal | 375 | 371 | 73 | 0 | 2 | 115 | 1 | 73 | 142 | 75 |
| Binary | 11111101 | 11111001 | 111011 | 0 | 10 | 1001101 | 1 | 111011 | 1100010 | 111101 |
Color Harmonies of #FDF93B
Complementary color
Monochromatic Colors of #FDF93B
Black with #FDF93B
Text Example
Text Example
White with #FDF93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF93B; }
p { color: rgb(253,249,59); }
H1.HeaderClassName
{
color: #FDF93B;
}
.AnyTagClassName
{
color: #FDF93B;
}
</style>
background-color css
<style>
a { background-color: #FDF93B; }
a { background-color: rgb(253,249,59); }
div.DivClassName
{
background-color: #FDF93B;
}
.BgClassName
{
background-color: #FDF93B;
}
</style>
border-color css
<style>
span { border-color: #FDF93B; }
span { border-color: rgb(253,249,59); }
td.TdClassName
{
border-color: #FDF93B;
}
.TagClassName
{
border-color: #FDF93B;
}
</style>