Shades of Gorse #FCEE30
Tints of Gorse #FCEE30
RGB
CMYK
RGB Variations
Color information
#FCEE30 (or 0xFCEE30) is known color: Gorse. HEX triplet: FC, EE and 30. RGB value is (252,238,48). Sum of RGB (Red+Green+Blue) = 252+238+48=538 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.84% from 538); Green value is 238 (93.36% from 255 or 44.24% from 538); Blue value is 48 (19.14% from 255 or 8.92% from 538); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEE30 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCEE30 is #0311CF. Grayscale: #DDDDDD. Windows color (decimal): -201168 or 3206908. OLE color: 3206908.
HSL color Cylindrical-coordinate representation of color #FCEE30: hue angle of 55.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 #FCEE30 is Cyan = 0, Magento = 0.06, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 238 | 48 | - |
| CMYK | 0 | 0.06 | 0.81 | 0.01 |
| HSL | 55.88º | 0.97% | 0.59% | - |
| HSV(B) | 55.88º | 0.81% | 0.99% | - |
| XYZ | 71.25 | 82.06 | 14.88 | - |
| YUV | 220.53 | 30.64 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 238 | 48 | 0 | 0.06 | 0.81 | 0.01 | 55.88 | 0.97 | 0.59 |
| Hex | FC | EE | 30 | 0 | 6 | 51 | 1 | 38 | 61 | 3B |
| Octal | 374 | 356 | 60 | 0 | 6 | 121 | 1 | 70 | 141 | 73 |
| Binary | 11111100 | 11101110 | 110000 | 0 | 110 | 1010001 | 1 | 111000 | 1100001 | 111011 |
Color Harmonies of #FCEE30
Complementary color
Monochromatic Colors of #FCEE30
Black with #FCEE30
Text Example
Text Example
White with #FCEE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEE30; }
p { color: rgb(252,238,48); }
H1.HeaderClassName
{
color: #FCEE30;
}
.AnyTagClassName
{
color: #FCEE30;
}
</style>
background-color css
<style>
a { background-color: #FCEE30; }
a { background-color: rgb(252,238,48); }
div.DivClassName
{
background-color: #FCEE30;
}
.BgClassName
{
background-color: #FCEE30;
}
</style>
border-color css
<style>
span { border-color: #FCEE30; }
span { border-color: rgb(252,238,48); }
td.TdClassName
{
border-color: #FCEE30;
}
.TagClassName
{
border-color: #FCEE30;
}
</style>