Shades of Gorse #FDF333
Tints of Gorse #FDF333
RGB
CMYK
RGB Variations
Color information
#FDF333 (or 0xFDF333) is known color: Gorse. HEX triplet: FD, F3 and 33. RGB value is (253,243,51). Sum of RGB (Red+Green+Blue) = 253+243+51=547 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.25% from 547); Green value is 243 (95.31% from 255 or 44.42% from 547); Blue value is 51 (20.31% from 255 or 9.32% from 547); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF333 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF333 is #020CCC. Grayscale: #E0E0E0. Windows color (decimal): -134349 or 3404797. OLE color: 3404797.
HSL color Cylindrical-coordinate representation of color #FDF333: hue angle of 57.03º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FDF333 is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 243 | 51 | - |
| CMYK | 0 | 0.04 | 0.80 | 0.01 |
| HSL | 57.03º | 0.98% | 0.6% | - |
| HSV(B) | 57.03º | 0.8% | 0.99% | - |
| XYZ | 73.16 | 85.22 | 15.73 | - |
| YUV | 224.1 | 30.31 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 243 | 51 | 0 | 0.04 | 0.80 | 0.01 | 57.03 | 0.98 | 0.6 |
| Hex | FD | F3 | 33 | 0 | 4 | 50 | 1 | 39 | 62 | 3C |
| Octal | 375 | 363 | 63 | 0 | 4 | 120 | 1 | 71 | 142 | 74 |
| Binary | 11111101 | 11110011 | 110011 | 0 | 100 | 1010000 | 1 | 111001 | 1100010 | 111100 |
Color Harmonies of #FDF333
Complementary color
Monochromatic Colors of #FDF333
Black with #FDF333
Text Example
Text Example
White with #FDF333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF333; }
p { color: rgb(253,243,51); }
H1.HeaderClassName
{
color: #FDF333;
}
.AnyTagClassName
{
color: #FDF333;
}
</style>
background-color css
<style>
a { background-color: #FDF333; }
a { background-color: rgb(253,243,51); }
div.DivClassName
{
background-color: #FDF333;
}
.BgClassName
{
background-color: #FDF333;
}
</style>
border-color css
<style>
span { border-color: #FDF333; }
span { border-color: rgb(253,243,51); }
td.TdClassName
{
border-color: #FDF333;
}
.TagClassName
{
border-color: #FDF333;
}
</style>