Shades of Gorse #FCDF30
Tints of Gorse #FCDF30
RGB
CMYK
RGB Variations
Color information
#FCDF30 (or 0xFCDF30) is known color: Gorse. HEX triplet: FC, DF and 30. RGB value is (252,223,48). Sum of RGB (Red+Green+Blue) = 252+223+48=523 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.18% from 523); Green value is 223 (87.5% from 255 or 42.64% from 523); Blue value is 48 (19.14% from 255 or 9.18% from 523); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDF30 is #0320CF. Grayscale: #D4D4D4. Windows color (decimal): -205008 or 3203068. OLE color: 3203068.
HSL color Cylindrical-coordinate representation of color #FCDF30: hue angle of 51.47º 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 #FCDF30 is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 223 | 48 | - |
| CMYK | 0 | 0.12 | 0.81 | 0.01 |
| HSL | 51.47º | 0.97% | 0.59% | - |
| HSV(B) | 51.47º | 0.81% | 0.99% | - |
| XYZ | 67.07 | 73.68 | 13.48 | - |
| YUV | 211.72 | 35.61 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 223 | 48 | 0 | 0.12 | 0.81 | 0.01 | 51.47 | 0.97 | 0.59 |
| Hex | FC | DF | 30 | 0 | C | 51 | 1 | 33 | 61 | 3B |
| Octal | 374 | 337 | 60 | 0 | 14 | 121 | 1 | 63 | 141 | 73 |
| Binary | 11111100 | 11011111 | 110000 | 0 | 1100 | 1010001 | 1 | 110011 | 1100001 | 111011 |
Color Harmonies of #FCDF30
Complementary color
Monochromatic Colors of #FCDF30
Black with #FCDF30
Text Example
Text Example
White with #FCDF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDF30; }
p { color: rgb(252,223,48); }
H1.HeaderClassName
{
color: #FCDF30;
}
.AnyTagClassName
{
color: #FCDF30;
}
</style>
background-color css
<style>
a { background-color: #FCDF30; }
a { background-color: rgb(252,223,48); }
div.DivClassName
{
background-color: #FCDF30;
}
.BgClassName
{
background-color: #FCDF30;
}
</style>
border-color css
<style>
span { border-color: #FCDF30; }
span { border-color: rgb(252,223,48); }
td.TdClassName
{
border-color: #FCDF30;
}
.TagClassName
{
border-color: #FCDF30;
}
</style>