Shades of Witch Haze #FCF37B
Tints of Witch Haze #FCF37B
RGB
CMYK
RGB Variations
Color information
#FCF37B (or 0xFCF37B) is known color: Witch Haze. HEX triplet: FC, F3 and 7B. RGB value is (252,243,123). Sum of RGB (Red+Green+Blue) = 252+243+123=618 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.78% from 618); Green value is 243 (95.31% from 255 or 39.32% from 618); Blue value is 123 (48.44% from 255 or 19.90% from 618); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF37B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF37B is #030C84. Grayscale: #E8E8E8. Windows color (decimal): -199813 or 8123388. OLE color: 8123388.
HSL color Cylindrical-coordinate representation of color #FCF37B: hue angle of 55.81º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FCF37B is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 243 | 123 | - |
| CMYK | 0 | 0.04 | 0.51 | 0.01 |
| HSL | 55.81º | 0.96% | 0.74% | - |
| HSV(B) | 55.81º | 0.51% | 0.99% | - |
| XYZ | 75.77 | 86.23 | 31.39 | - |
| YUV | 232.01 | 66.48 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 243 | 123 | 0 | 0.04 | 0.51 | 0.01 | 55.81 | 0.96 | 0.74 |
| Hex | FC | F3 | 7B | 0 | 4 | 33 | 1 | 38 | 60 | 4A |
| Octal | 374 | 363 | 173 | 0 | 4 | 63 | 1 | 70 | 140 | 112 |
| Binary | 11111100 | 11110011 | 1111011 | 0 | 100 | 110011 | 1 | 111000 | 1100000 | 1001010 |
Color Harmonies of #FCF37B
Complementary color
Monochromatic Colors of #FCF37B
Black with #FCF37B
Text Example
Text Example
White with #FCF37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF37B; }
p { color: rgb(252,243,123); }
H1.HeaderClassName
{
color: #FCF37B;
}
.AnyTagClassName
{
color: #FCF37B;
}
</style>
background-color css
<style>
a { background-color: #FCF37B; }
a { background-color: rgb(252,243,123); }
div.DivClassName
{
background-color: #FCF37B;
}
.BgClassName
{
background-color: #FCF37B;
}
</style>
border-color css
<style>
span { border-color: #FCF37B; }
span { border-color: rgb(252,243,123); }
td.TdClassName
{
border-color: #FCF37B;
}
.TagClassName
{
border-color: #FCF37B;
}
</style>