Shades of Gorse #FDF32B
Tints of Gorse #FDF32B
RGB
CMYK
RGB Variations
Color information
#FDF32B (or 0xFDF32B) is known color: Gorse. HEX triplet: FD, F3 and 2B. RGB value is (253,243,43). Sum of RGB (Red+Green+Blue) = 253+243+43=539 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.94% from 539); Green value is 243 (95.31% from 255 or 45.08% from 539); Blue value is 43 (17.19% from 255 or 7.98% from 539); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF32B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF32B is #020CD4. Grayscale: #DFDFDF. Windows color (decimal): -134357 or 2880509. OLE color: 2880509.
HSL color Cylindrical-coordinate representation of color #FDF32B: hue angle of 57.14º 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 #FDF32B is Cyan = 0, Magento = 0.04, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 243 | 43 | - |
| CMYK | 0 | 0.04 | 0.83 | 0.01 |
| HSL | 57.14º | 0.98% | 0.58% | - |
| HSV(B) | 57.14º | 0.83% | 0.99% | - |
| XYZ | 72.99 | 85.16 | 14.88 | - |
| YUV | 223.19 | 26.31 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 243 | 43 | 0 | 0.04 | 0.83 | 0.01 | 57.14 | 0.98 | 0.58 |
| Hex | FD | F3 | 2B | 0 | 4 | 53 | 1 | 39 | 62 | 3A |
| Octal | 375 | 363 | 53 | 0 | 4 | 123 | 1 | 71 | 142 | 72 |
| Binary | 11111101 | 11110011 | 101011 | 0 | 100 | 1010011 | 1 | 111001 | 1100010 | 111010 |
Color Harmonies of #FDF32B
Complementary color
Monochromatic Colors of #FDF32B
Black with #FDF32B
Text Example
Text Example
White with #FDF32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF32B; }
p { color: rgb(253,243,43); }
H1.HeaderClassName
{
color: #FDF32B;
}
.AnyTagClassName
{
color: #FDF32B;
}
</style>
background-color css
<style>
a { background-color: #FDF32B; }
a { background-color: rgb(253,243,43); }
div.DivClassName
{
background-color: #FDF32B;
}
.BgClassName
{
background-color: #FDF32B;
}
</style>
border-color css
<style>
span { border-color: #FDF32B; }
span { border-color: rgb(253,243,43); }
td.TdClassName
{
border-color: #FDF32B;
}
.TagClassName
{
border-color: #FDF32B;
}
</style>