Shades of Lightning Yellow #F79B2D
Tints of Lightning Yellow #F79B2D
RGB
CMYK
RGB Variations
Color information
#F79B2D (or 0xF79B2D) is known color: Lightning Yellow. HEX triplet: F7, 9B and 2D. RGB value is (247,155,45). Sum of RGB (Red+Green+Blue) = 247+155+45=447 (59% of max value = 765). Red value is 247 (96.88% from 255 or 55.26% from 447); Green value is 155 (60.94% from 255 or 34.68% from 447); Blue value is 45 (17.97% from 255 or 10.07% from 447); Max value from RGB is 247 - color contains mainly: red. Hex color #F79B2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F79B2D is #0864D2. Grayscale: #AAAAAA. Windows color (decimal): -550099 or 2989047. OLE color: 2989047.
HSL color Cylindrical-coordinate representation of color #F79B2D: hue angle of 32.67º 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 #F79B2D is Cyan = 0, Magento = 0.37, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 155 | 45 | - |
| CMYK | 0 | 0.37 | 0.82 | 0.03 |
| HSL | 32.67º | 0.93% | 0.57% | - |
| HSV(B) | 32.67º | 0.82% | 0.97% | - |
| XYZ | 50.55 | 43.41 | 8.2 | - |
| YUV | 169.97 | 57.48 | 182.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 155 | 45 | 0 | 0.37 | 0.82 | 0.03 | 32.67 | 0.93 | 0.57 |
| Hex | F7 | 9B | 2D | 0 | 25 | 52 | 3 | 21 | 5D | 39 |
| Octal | 367 | 233 | 55 | 0 | 45 | 122 | 3 | 41 | 135 | 71 |
| Binary | 11110111 | 10011011 | 101101 | 0 | 100101 | 1010010 | 11 | 100001 | 1011101 | 111001 |
Color Harmonies of #F79B2D
Complementary color
Monochromatic Colors of #F79B2D
Black with #F79B2D
Text Example
Text Example
White with #F79B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F79B2D; }
p { color: rgb(247,155,45); }
H1.HeaderClassName
{
color: #F79B2D;
}
.AnyTagClassName
{
color: #F79B2D;
}
</style>
background-color css
<style>
a { background-color: #F79B2D; }
a { background-color: rgb(247,155,45); }
div.DivClassName
{
background-color: #F79B2D;
}
.BgClassName
{
background-color: #F79B2D;
}
</style>
border-color css
<style>
span { border-color: #F79B2D; }
span { border-color: rgb(247,155,45); }
td.TdClassName
{
border-color: #F79B2D;
}
.TagClassName
{
border-color: #F79B2D;
}
</style>