Shades of Gorse #FCEF2D
Tints of Gorse #FCEF2D
RGB
CMYK
RGB Variations
Color information
#FCEF2D (or 0xFCEF2D) is known color: Gorse. HEX triplet: FC, EF and 2D. RGB value is (252,239,45). Sum of RGB (Red+Green+Blue) = 252+239+45=536 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.01% from 536); Green value is 239 (93.75% from 255 or 44.59% from 536); Blue value is 45 (17.97% from 255 or 8.40% from 536); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEF2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCEF2D is #0310D2. Grayscale: #DDDDDD. Windows color (decimal): -200915 or 3010556. OLE color: 3010556.
HSL color Cylindrical-coordinate representation of color #FCEF2D: hue angle of 56.23º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FCEF2D is Cyan = 0, Magento = 0.05, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 239 | 45 | - |
| CMYK | 0 | 0.05 | 0.82 | 0.01 |
| HSL | 56.23º | 0.97% | 0.58% | - |
| HSV(B) | 56.23º | 0.82% | 0.99% | - |
| XYZ | 71.49 | 82.62 | 14.66 | - |
| YUV | 220.77 | 28.81 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 239 | 45 | 0 | 0.05 | 0.82 | 0.01 | 56.23 | 0.97 | 0.58 |
| Hex | FC | EF | 2D | 0 | 5 | 52 | 1 | 38 | 61 | 3A |
| Octal | 374 | 357 | 55 | 0 | 5 | 122 | 1 | 70 | 141 | 72 |
| Binary | 11111100 | 11101111 | 101101 | 0 | 101 | 1010010 | 1 | 111000 | 1100001 | 111010 |
Color Harmonies of #FCEF2D
Complementary color
Monochromatic Colors of #FCEF2D
Black with #FCEF2D
Text Example
Text Example
White with #FCEF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEF2D; }
p { color: rgb(252,239,45); }
H1.HeaderClassName
{
color: #FCEF2D;
}
.AnyTagClassName
{
color: #FCEF2D;
}
</style>
background-color css
<style>
a { background-color: #FCEF2D; }
a { background-color: rgb(252,239,45); }
div.DivClassName
{
background-color: #FCEF2D;
}
.BgClassName
{
background-color: #FCEF2D;
}
</style>
border-color css
<style>
span { border-color: #FCEF2D; }
span { border-color: rgb(252,239,45); }
td.TdClassName
{
border-color: #FCEF2D;
}
.TagClassName
{
border-color: #FCEF2D;
}
</style>