Shades of Witch Haze #FFF27F
Tints of Witch Haze #FFF27F
RGB
CMYK
RGB Variations
Color information
#FFF27F (or 0xFFF27F) is known color: Witch Haze. HEX triplet: FF, F2 and 7F. RGB value is (255,242,127). Sum of RGB (Red+Green+Blue) = 255+242+127=624 (82% of max value = 765). Red value is 255 (100% from 255 or 40.87% from 624); Green value is 242 (94.92% from 255 or 38.78% from 624); Blue value is 127 (50% from 255 or 20.35% from 624); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF27F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF27F is #000D80. Grayscale: #E9E9E9. Windows color (decimal): -3457 or 8385279. OLE color: 8385279.
HSL color Cylindrical-coordinate representation of color #FFF27F: hue angle of 53.91º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FFF27F is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 242 | 127 | - |
| CMYK | 0 | 0.05 | 0.50 | 0 |
| HSL | 53.91º | 1% | 0.75% | - |
| HSV(B) | 53.91º | 0.5% | 1% | - |
| XYZ | 76.82 | 86.3 | 32.69 | - |
| YUV | 232.78 | 68.31 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 242 | 127 | 0 | 0.05 | 0.50 | 0 | 53.91 | 1 | 0.75 |
| Hex | FF | F2 | 7F | 0 | 5 | 32 | 0 | 36 | 64 | 4B |
| Octal | 377 | 362 | 177 | 0 | 5 | 62 | 0 | 66 | 144 | 113 |
| Binary | 11111111 | 11110010 | 1111111 | 0 | 101 | 110010 | 0 | 110110 | 1100100 | 1001011 |
Color Harmonies of #FFF27F
Complementary color
Monochromatic Colors of #FFF27F
Black with #FFF27F
Text Example
Text Example
White with #FFF27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF27F; }
p { color: rgb(255,242,127); }
H1.HeaderClassName
{
color: #FFF27F;
}
.AnyTagClassName
{
color: #FFF27F;
}
</style>
background-color css
<style>
a { background-color: #FFF27F; }
a { background-color: rgb(255,242,127); }
div.DivClassName
{
background-color: #FFF27F;
}
.BgClassName
{
background-color: #FFF27F;
}
</style>
border-color css
<style>
span { border-color: #FFF27F; }
span { border-color: rgb(255,242,127); }
td.TdClassName
{
border-color: #FFF27F;
}
.TagClassName
{
border-color: #FFF27F;
}
</style>