Shades of Witch Haze #FFF27B
Tints of Witch Haze #FFF27B
RGB
CMYK
RGB Variations
Color information
#FFF27B (or 0xFFF27B) is known color: Witch Haze. HEX triplet: FF, F2 and 7B. RGB value is (255,242,123). Sum of RGB (Red+Green+Blue) = 255+242+123=620 (82% of max value = 765). Red value is 255 (100% from 255 or 41.13% from 620); Green value is 242 (94.92% from 255 or 39.03% from 620); Blue value is 123 (48.44% from 255 or 19.84% from 620); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF27B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF27B is #000D84. Grayscale: #E8E8E8. Windows color (decimal): -3461 or 8123135. OLE color: 8123135.
HSL color Cylindrical-coordinate representation of color #FFF27B: hue angle of 54.09º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FFF27B is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 242 | 123 | - |
| CMYK | 0 | 0.05 | 0.52 | 0 |
| HSL | 54.09º | 1% | 0.74% | - |
| HSV(B) | 54.09º | 0.52% | 1% | - |
| XYZ | 76.57 | 86.19 | 31.34 | - |
| YUV | 232.32 | 66.31 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 242 | 123 | 0 | 0.05 | 0.52 | 0 | 54.09 | 1 | 0.74 |
| Hex | FF | F2 | 7B | 0 | 5 | 34 | 0 | 36 | 64 | 4A |
| Octal | 377 | 362 | 173 | 0 | 5 | 64 | 0 | 66 | 144 | 112 |
| Binary | 11111111 | 11110010 | 1111011 | 0 | 101 | 110100 | 0 | 110110 | 1100100 | 1001010 |
Color Harmonies of #FFF27B
Complementary color
Monochromatic Colors of #FFF27B
Black with #FFF27B
Text Example
Text Example
White with #FFF27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF27B; }
p { color: rgb(255,242,123); }
H1.HeaderClassName
{
color: #FFF27B;
}
.AnyTagClassName
{
color: #FFF27B;
}
</style>
background-color css
<style>
a { background-color: #FFF27B; }
a { background-color: rgb(255,242,123); }
div.DivClassName
{
background-color: #FFF27B;
}
.BgClassName
{
background-color: #FFF27B;
}
</style>
border-color css
<style>
span { border-color: #FFF27B; }
span { border-color: rgb(255,242,123); }
td.TdClassName
{
border-color: #FFF27B;
}
.TagClassName
{
border-color: #FFF27B;
}
</style>