Shades of Lightning Yellow #F69D2D
Tints of Lightning Yellow #F69D2D
RGB
CMYK
RGB Variations
Color information
#F69D2D (or 0xF69D2D) is known color: Lightning Yellow. HEX triplet: F6, 9D and 2D. RGB value is (246,157,45). Sum of RGB (Red+Green+Blue) = 246+157+45=448 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.91% from 448); Green value is 157 (61.72% from 255 or 35.04% from 448); Blue value is 45 (17.97% from 255 or 10.04% from 448); Max value from RGB is 246 - color contains mainly: red. Hex color #F69D2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F69D2D is #0962D2. Grayscale: #ABABAB. Windows color (decimal): -615123 or 2989558. OLE color: 2989558.
HSL color Cylindrical-coordinate representation of color #F69D2D: hue angle of 33.43º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F69D2D is Cyan = 0, Magento = 0.36, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 157 | 45 | - |
| CMYK | 0 | 0.36 | 0.82 | 0.04 |
| HSL | 33.43º | 0.92% | 0.57% | - |
| HSV(B) | 33.43º | 0.82% | 0.96% | - |
| XYZ | 50.54 | 43.9 | 8.29 | - |
| YUV | 170.84 | 56.99 | 181.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 157 | 45 | 0 | 0.36 | 0.82 | 0.04 | 33.43 | 0.92 | 0.57 |
| Hex | F6 | 9D | 2D | 0 | 24 | 52 | 4 | 21 | 5C | 39 |
| Octal | 366 | 235 | 55 | 0 | 44 | 122 | 4 | 41 | 134 | 71 |
| Binary | 11110110 | 10011101 | 101101 | 0 | 100100 | 1010010 | 100 | 100001 | 1011100 | 111001 |
Color Harmonies of #F69D2D
Complementary color
Monochromatic Colors of #F69D2D
Black with #F69D2D
Text Example
Text Example
White with #F69D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69D2D; }
p { color: rgb(246,157,45); }
H1.HeaderClassName
{
color: #F69D2D;
}
.AnyTagClassName
{
color: #F69D2D;
}
</style>
background-color css
<style>
a { background-color: #F69D2D; }
a { background-color: rgb(246,157,45); }
div.DivClassName
{
background-color: #F69D2D;
}
.BgClassName
{
background-color: #F69D2D;
}
</style>
border-color css
<style>
span { border-color: #F69D2D; }
span { border-color: rgb(246,157,45); }
td.TdClassName
{
border-color: #F69D2D;
}
.TagClassName
{
border-color: #F69D2D;
}
</style>