Shades of Lightning Yellow #F7AB2D
Tints of Lightning Yellow #F7AB2D
RGB
CMYK
RGB Variations
Color information
#F7AB2D (or 0xF7AB2D) is known color: Lightning Yellow. HEX triplet: F7, AB and 2D. RGB value is (247,171,45). Sum of RGB (Red+Green+Blue) = 247+171+45=463 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.35% from 463); Green value is 171 (67.19% from 255 or 36.93% from 463); Blue value is 45 (17.97% from 255 or 9.72% from 463); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AB2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F7AB2D is #0854D2. Grayscale: #B3B3B3. Windows color (decimal): -546003 or 2993143. OLE color: 2993143.
HSL color Cylindrical-coordinate representation of color #F7AB2D: hue angle of 37.43º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F7AB2D is Cyan = 0, Magento = 0.31, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 171 | 45 | - |
| CMYK | 0 | 0.31 | 0.82 | 0.03 |
| HSL | 37.43º | 0.93% | 0.57% | - |
| HSV(B) | 37.43º | 0.82% | 0.97% | - |
| XYZ | 53.39 | 49.09 | 9.14 | - |
| YUV | 179.36 | 52.18 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 171 | 45 | 0 | 0.31 | 0.82 | 0.03 | 37.43 | 0.93 | 0.57 |
| Hex | F7 | AB | 2D | 0 | 1F | 52 | 3 | 25 | 5D | 39 |
| Octal | 367 | 253 | 55 | 0 | 37 | 122 | 3 | 45 | 135 | 71 |
| Binary | 11110111 | 10101011 | 101101 | 0 | 11111 | 1010010 | 11 | 100101 | 1011101 | 111001 |
Color Harmonies of #F7AB2D
Complementary color
Monochromatic Colors of #F7AB2D
Black with #F7AB2D
Text Example
Text Example
White with #F7AB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7AB2D; }
p { color: rgb(247,171,45); }
H1.HeaderClassName
{
color: #F7AB2D;
}
.AnyTagClassName
{
color: #F7AB2D;
}
</style>
background-color css
<style>
a { background-color: #F7AB2D; }
a { background-color: rgb(247,171,45); }
div.DivClassName
{
background-color: #F7AB2D;
}
.BgClassName
{
background-color: #F7AB2D;
}
</style>
border-color css
<style>
span { border-color: #F7AB2D; }
span { border-color: rgb(247,171,45); }
td.TdClassName
{
border-color: #F7AB2D;
}
.TagClassName
{
border-color: #F7AB2D;
}
</style>