Shades of Witch Haze #FFFD7B
Tints of Witch Haze #FFFD7B
RGB
CMYK
RGB Variations
Color information
#FFFD7B (or 0xFFFD7B) is known color: Witch Haze. HEX triplet: FF, FD and 7B. RGB value is (255,253,123). Sum of RGB (Red+Green+Blue) = 255+253+123=631 (83% of max value = 765). Red value is 255 (100% from 255 or 40.41% from 631); Green value is 253 (99.22% from 255 or 40.10% from 631); Blue value is 123 (48.44% from 255 or 19.49% from 631); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFD7B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFD7B is #000284. Grayscale: #EFEFEF. Windows color (decimal): -645 or 8125951. OLE color: 8125951.
HSL color Cylindrical-coordinate representation of color #FFFD7B: hue angle of 59.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 #FFFD7B is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 253 | 123 | - |
CMYK | 0 | 0.01 | 0.52 | 0 |
HSL | 59.09º | 1% | 0.74% | - |
HSV(B) | 59.09º | 0.52% | 1% | - |
XYZ | 79.94 | 92.94 | 32.46 | - |
YUV | 238.78 | 62.66 | 139.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 253 | 123 | 0 | 0.01 | 0.52 | 0 | 59.09 | 1 | 0.74 |
Hex | FF | FD | 7B | 0 | 1 | 34 | 0 | 3B | 64 | 4A |
Octal | 377 | 375 | 173 | 0 | 1 | 64 | 0 | 73 | 144 | 112 |
Binary | 11111111 | 11111101 | 1111011 | 0 | 1 | 110100 | 0 | 111011 | 1100100 | 1001010 |
Color Harmonies of #FFFD7B
Complementary color
Monochromatic Colors of #FFFD7B
Black with #FFFD7B
Text Example
Text Example
White with #FFFD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFD7B; }
p { color: rgb(255,253,123); }
H1.HeaderClassName
{
color: #FFFD7B;
}
.AnyTagClassName
{
color: #FFFD7B;
}
</style>
background-color css
<style>
a { background-color: #FFFD7B; }
a { background-color: rgb(255,253,123); }
div.DivClassName
{
background-color: #FFFD7B;
}
.BgClassName
{
background-color: #FFFD7B;
}
</style>
border-color css
<style>
span { border-color: #FFFD7B; }
span { border-color: rgb(255,253,123); }
td.TdClassName
{
border-color: #FFFD7B;
}
.TagClassName
{
border-color: #FFFD7B;
}
</style>