Shades of Witch Haze #FCEF6D
Tints of Witch Haze #FCEF6D
RGB
CMYK
RGB Variations
Color information
#FCEF6D (or 0xFCEF6D) is known color: Witch Haze. HEX triplet: FC, EF and 6D. RGB value is (252,239,109). Sum of RGB (Red+Green+Blue) = 252+239+109=600 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42% from 600); Green value is 239 (93.75% from 255 or 39.83% from 600); Blue value is 109 (42.97% from 255 or 18.17% from 600); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEF6D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEF6D is #031092. Grayscale: #E4E4E4. Windows color (decimal): -200851 or 7204860. OLE color: 7204860.
HSL color Cylindrical-coordinate representation of color #FCEF6D: hue angle of 54.55º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FCEF6D is Cyan = 0, Magento = 0.05, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 239 | 109 | - |
| CMYK | 0 | 0.05 | 0.57 | 0.01 |
| HSL | 54.55º | 0.96% | 0.71% | - |
| HSV(B) | 54.55º | 0.57% | 0.99% | - |
| XYZ | 73.77 | 83.53 | 26.7 | - |
| YUV | 228.07 | 60.81 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 239 | 109 | 0 | 0.05 | 0.57 | 0.01 | 54.55 | 0.96 | 0.71 |
| Hex | FC | EF | 6D | 0 | 5 | 39 | 1 | 37 | 60 | 47 |
| Octal | 374 | 357 | 155 | 0 | 5 | 71 | 1 | 67 | 140 | 107 |
| Binary | 11111100 | 11101111 | 1101101 | 0 | 101 | 111001 | 1 | 110111 | 1100000 | 1000111 |
Color Harmonies of #FCEF6D
Complementary color
Monochromatic Colors of #FCEF6D
Black with #FCEF6D
Text Example
Text Example
White with #FCEF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEF6D; }
p { color: rgb(252,239,109); }
H1.HeaderClassName
{
color: #FCEF6D;
}
.AnyTagClassName
{
color: #FCEF6D;
}
</style>
background-color css
<style>
a { background-color: #FCEF6D; }
a { background-color: rgb(252,239,109); }
div.DivClassName
{
background-color: #FCEF6D;
}
.BgClassName
{
background-color: #FCEF6D;
}
</style>
border-color css
<style>
span { border-color: #FCEF6D; }
span { border-color: rgb(252,239,109); }
td.TdClassName
{
border-color: #FCEF6D;
}
.TagClassName
{
border-color: #FCEF6D;
}
</style>