Shades of Gorse #FDDF41
Tints of Gorse #FDDF41
RGB
CMYK
RGB Variations
Color information
#FDDF41 (or 0xFDDF41) is known color: Gorse. HEX triplet: FD, DF and 41. RGB value is (253,223,65). Sum of RGB (Red+Green+Blue) = 253+223+65=541 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.77% from 541); Green value is 223 (87.5% from 255 or 41.22% from 541); Blue value is 65 (25.78% from 255 or 12.01% from 541); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDF41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDF41 is #0220BE. Grayscale: #D6D6D6. Windows color (decimal): -139455 or 4317181. OLE color: 4317181.
HSL color Cylindrical-coordinate representation of color #FDDF41: hue angle of 50.43º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FDDF41 is Cyan = 0, Magento = 0.12, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 223 | 65 | - |
| CMYK | 0 | 0.12 | 0.74 | 0.01 |
| HSL | 50.43º | 0.98% | 0.62% | - |
| HSV(B) | 50.43º | 0.74% | 0.99% | - |
| XYZ | 67.85 | 74.04 | 15.72 | - |
| YUV | 213.96 | 43.94 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 223 | 65 | 0 | 0.12 | 0.74 | 0.01 | 50.43 | 0.98 | 0.62 |
| Hex | FD | DF | 41 | 0 | C | 4A | 1 | 32 | 62 | 3E |
| Octal | 375 | 337 | 101 | 0 | 14 | 112 | 1 | 62 | 142 | 76 |
| Binary | 11111101 | 11011111 | 1000001 | 0 | 1100 | 1001010 | 1 | 110010 | 1100010 | 111110 |
Color Harmonies of #FDDF41
Complementary color
Monochromatic Colors of #FDDF41
Black with #FDDF41
Text Example
Text Example
White with #FDDF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDF41; }
p { color: rgb(253,223,65); }
H1.HeaderClassName
{
color: #FDDF41;
}
.AnyTagClassName
{
color: #FDDF41;
}
</style>
background-color css
<style>
a { background-color: #FDDF41; }
a { background-color: rgb(253,223,65); }
div.DivClassName
{
background-color: #FDDF41;
}
.BgClassName
{
background-color: #FDDF41;
}
</style>
border-color css
<style>
span { border-color: #FDDF41; }
span { border-color: rgb(253,223,65); }
td.TdClassName
{
border-color: #FDDF41;
}
.TagClassName
{
border-color: #FDDF41;
}
</style>