Shades of Lightning Yellow #F0A727
Tints of Lightning Yellow #F0A727
RGB
CMYK
RGB Variations
Color information
#F0A727 (or 0xF0A727) is known color: Lightning Yellow. HEX triplet: F0, A7 and 27. RGB value is (240,167,39). Sum of RGB (Red+Green+Blue) = 240+167+39=446 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.81% from 446); Green value is 167 (65.62% from 255 or 37.44% from 446); Blue value is 39 (15.62% from 255 or 8.74% from 446); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A727 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A727 is #0F58D8. Grayscale: #AEAEAE. Windows color (decimal): -1005785 or 2598896. OLE color: 2598896.
HSL color Cylindrical-coordinate representation of color #F0A727: hue angle of 38.21º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F0A727 is Cyan = 0, Magento = 0.30, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 167 | 39 | - |
| CMYK | 0 | 0.30 | 0.84 | 0.06 |
| HSL | 38.21º | 0.87% | 0.55% | - |
| HSV(B) | 38.21º | 0.84% | 0.94% | - |
| XYZ | 50.12 | 46.31 | 8.22 | - |
| YUV | 174.24 | 51.68 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 167 | 39 | 0 | 0.30 | 0.84 | 0.06 | 38.21 | 0.87 | 0.55 |
| Hex | F0 | A7 | 27 | 0 | 1E | 54 | 6 | 26 | 57 | 37 |
| Octal | 360 | 247 | 47 | 0 | 36 | 124 | 6 | 46 | 127 | 67 |
| Binary | 11110000 | 10100111 | 100111 | 0 | 11110 | 1010100 | 110 | 100110 | 1010111 | 110111 |
Color Harmonies of #F0A727
Complementary color
Monochromatic Colors of #F0A727
Black with #F0A727
Text Example
Text Example
White with #F0A727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A727; }
p { color: rgb(240,167,39); }
H1.HeaderClassName
{
color: #F0A727;
}
.AnyTagClassName
{
color: #F0A727;
}
</style>
background-color css
<style>
a { background-color: #F0A727; }
a { background-color: rgb(240,167,39); }
div.DivClassName
{
background-color: #F0A727;
}
.BgClassName
{
background-color: #F0A727;
}
</style>
border-color css
<style>
span { border-color: #F0A727; }
span { border-color: rgb(240,167,39); }
td.TdClassName
{
border-color: #F0A727;
}
.TagClassName
{
border-color: #F0A727;
}
</style>