Shades of Gorse #FCDD30
Tints of Gorse #FCDD30
RGB
CMYK
RGB Variations
Color information
#FCDD30 (or 0xFCDD30) is known color: Gorse. HEX triplet: FC, DD and 30. RGB value is (252,221,48). Sum of RGB (Red+Green+Blue) = 252+221+48=521 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.37% from 521); Green value is 221 (86.72% from 255 or 42.42% from 521); Blue value is 48 (19.14% from 255 or 9.21% from 521); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDD30 is #0322CF. Grayscale: #D3D3D3. Windows color (decimal): -205520 or 3202556. OLE color: 3202556.
HSL color Cylindrical-coordinate representation of color #FCDD30: hue angle of 50.88º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FCDD30 is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 221 | 48 | - |
| CMYK | 0 | 0.12 | 0.81 | 0.01 |
| HSL | 50.88º | 0.97% | 0.59% | - |
| HSV(B) | 50.88º | 0.81% | 0.99% | - |
| XYZ | 66.53 | 72.62 | 13.31 | - |
| YUV | 210.55 | 36.27 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 221 | 48 | 0 | 0.12 | 0.81 | 0.01 | 50.88 | 0.97 | 0.59 |
| Hex | FC | DD | 30 | 0 | C | 51 | 1 | 33 | 61 | 3B |
| Octal | 374 | 335 | 60 | 0 | 14 | 121 | 1 | 63 | 141 | 73 |
| Binary | 11111100 | 11011101 | 110000 | 0 | 1100 | 1010001 | 1 | 110011 | 1100001 | 111011 |
Color Harmonies of #FCDD30
Complementary color
Monochromatic Colors of #FCDD30
Black with #FCDD30
Text Example
Text Example
White with #FCDD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDD30; }
p { color: rgb(252,221,48); }
H1.HeaderClassName
{
color: #FCDD30;
}
.AnyTagClassName
{
color: #FCDD30;
}
</style>
background-color css
<style>
a { background-color: #FCDD30; }
a { background-color: rgb(252,221,48); }
div.DivClassName
{
background-color: #FCDD30;
}
.BgClassName
{
background-color: #FCDD30;
}
</style>
border-color css
<style>
span { border-color: #FCDD30; }
span { border-color: rgb(252,221,48); }
td.TdClassName
{
border-color: #FCDD30;
}
.TagClassName
{
border-color: #FCDD30;
}
</style>