Shades of Lightning Yellow #F2A727
Tints of Lightning Yellow #F2A727
RGB
CMYK
RGB Variations
Color information
#F2A727 (or 0xF2A727) is known color: Lightning Yellow. HEX triplet: F2, A7 and 27. RGB value is (242,167,39). Sum of RGB (Red+Green+Blue) = 242+167+39=448 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.02% from 448); Green value is 167 (65.62% from 255 or 37.28% from 448); Blue value is 39 (15.62% from 255 or 8.71% from 448); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A727 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2A727 is #0D58D8. Grayscale: #AFAFAF. Windows color (decimal): -874713 or 2598898. OLE color: 2598898.
HSL color Cylindrical-coordinate representation of color #F2A727: hue angle of 37.83º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F2A727 is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 167 | 39 | - |
| CMYK | 0 | 0.31 | 0.84 | 0.05 |
| HSL | 37.83º | 0.89% | 0.55% | - |
| HSV(B) | 37.83º | 0.84% | 0.95% | - |
| XYZ | 50.8 | 46.66 | 8.25 | - |
| YUV | 174.83 | 51.35 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 167 | 39 | 0 | 0.31 | 0.84 | 0.05 | 37.83 | 0.89 | 0.55 |
| Hex | F2 | A7 | 27 | 0 | 1F | 54 | 5 | 26 | 59 | 37 |
| Octal | 362 | 247 | 47 | 0 | 37 | 124 | 5 | 46 | 131 | 67 |
| Binary | 11110010 | 10100111 | 100111 | 0 | 11111 | 1010100 | 101 | 100110 | 1011001 | 110111 |
Color Harmonies of #F2A727
Complementary color
Monochromatic Colors of #F2A727
Black with #F2A727
Text Example
Text Example
White with #F2A727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A727; }
p { color: rgb(242,167,39); }
H1.HeaderClassName
{
color: #F2A727;
}
.AnyTagClassName
{
color: #F2A727;
}
</style>
background-color css
<style>
a { background-color: #F2A727; }
a { background-color: rgb(242,167,39); }
div.DivClassName
{
background-color: #F2A727;
}
.BgClassName
{
background-color: #F2A727;
}
</style>
border-color css
<style>
span { border-color: #F2A727; }
span { border-color: rgb(242,167,39); }
td.TdClassName
{
border-color: #F2A727;
}
.TagClassName
{
border-color: #F2A727;
}
</style>