Shades of Laser Lemon #FFF467
Tints of Laser Lemon #FFF467
RGB
CMYK
RGB Variations
Color information
#FFF467 (or 0xFFF467) is known color: Laser Lemon. HEX triplet: FF, F4 and 67. RGB value is (255,244,103). Sum of RGB (Red+Green+Blue) = 255+244+103=602 (79% of max value = 765). Red value is 255 (100% from 255 or 42.36% from 602); Green value is 244 (95.70% from 255 or 40.53% from 602); Blue value is 103 (40.62% from 255 or 17.11% from 602); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF467 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF467 is #000B98. Grayscale: #E7E7E7. Windows color (decimal): -2969 or 6812927. OLE color: 6812927.
HSL color Cylindrical-coordinate representation of color #FFF467: hue angle of 55.66º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FFF467 is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 244 | 103 | - |
| CMYK | 0 | 0.04 | 0.60 | 0 |
| HSL | 55.66º | 1% | 0.7% | - |
| HSV(B) | 55.66º | 0.6% | 1% | - |
| XYZ | 76.04 | 86.94 | 25.61 | - |
| YUV | 231.22 | 55.64 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 244 | 103 | 0 | 0.04 | 0.60 | 0 | 55.66 | 1 | 0.7 |
| Hex | FF | F4 | 67 | 0 | 4 | 3C | 0 | 38 | 64 | 46 |
| Octal | 377 | 364 | 147 | 0 | 4 | 74 | 0 | 70 | 144 | 106 |
| Binary | 11111111 | 11110100 | 1100111 | 0 | 100 | 111100 | 0 | 111000 | 1100100 | 1000110 |
Color Harmonies of #FFF467
Complementary color
Monochromatic Colors of #FFF467
Black with #FFF467
Text Example
Text Example
White with #FFF467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF467; }
p { color: rgb(255,244,103); }
H1.HeaderClassName
{
color: #FFF467;
}
.AnyTagClassName
{
color: #FFF467;
}
</style>
background-color css
<style>
a { background-color: #FFF467; }
a { background-color: rgb(255,244,103); }
div.DivClassName
{
background-color: #FFF467;
}
.BgClassName
{
background-color: #FFF467;
}
</style>
border-color css
<style>
span { border-color: #FFF467; }
span { border-color: rgb(255,244,103); }
td.TdClassName
{
border-color: #FFF467;
}
.TagClassName
{
border-color: #FFF467;
}
</style>