Shades of Lightning Yellow #F69C2D
Tints of Lightning Yellow #F69C2D
RGB
CMYK
RGB Variations
Color information
#F69C2D (or 0xF69C2D) is known color: Lightning Yellow. HEX triplet: F6, 9C and 2D. RGB value is (246,156,45). Sum of RGB (Red+Green+Blue) = 246+156+45=447 (59% of max value = 765). Red value is 246 (96.48% from 255 or 55.03% from 447); Green value is 156 (61.33% from 255 or 34.90% from 447); Blue value is 45 (17.97% from 255 or 10.07% from 447); Max value from RGB is 246 - color contains mainly: red. Hex color #F69C2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F69C2D is #0963D2. Grayscale: #AAAAAA. Windows color (decimal): -615379 or 2989302. OLE color: 2989302.
HSL color Cylindrical-coordinate representation of color #F69C2D: hue angle of 33.13º 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 #F69C2D is Cyan = 0, Magento = 0.37, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 156 | 45 | - |
| CMYK | 0 | 0.37 | 0.82 | 0.04 |
| HSL | 33.13º | 0.92% | 0.57% | - |
| HSV(B) | 33.13º | 0.82% | 0.96% | - |
| XYZ | 50.37 | 43.56 | 8.24 | - |
| YUV | 170.26 | 57.32 | 182.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 156 | 45 | 0 | 0.37 | 0.82 | 0.04 | 33.13 | 0.92 | 0.57 |
| Hex | F6 | 9C | 2D | 0 | 25 | 52 | 4 | 21 | 5C | 39 |
| Octal | 366 | 234 | 55 | 0 | 45 | 122 | 4 | 41 | 134 | 71 |
| Binary | 11110110 | 10011100 | 101101 | 0 | 100101 | 1010010 | 100 | 100001 | 1011100 | 111001 |
Color Harmonies of #F69C2D
Complementary color
Monochromatic Colors of #F69C2D
Black with #F69C2D
Text Example
Text Example
White with #F69C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69C2D; }
p { color: rgb(246,156,45); }
H1.HeaderClassName
{
color: #F69C2D;
}
.AnyTagClassName
{
color: #F69C2D;
}
</style>
background-color css
<style>
a { background-color: #F69C2D; }
a { background-color: rgb(246,156,45); }
div.DivClassName
{
background-color: #F69C2D;
}
.BgClassName
{
background-color: #F69C2D;
}
</style>
border-color css
<style>
span { border-color: #F69C2D; }
span { border-color: rgb(246,156,45); }
td.TdClassName
{
border-color: #F69C2D;
}
.TagClassName
{
border-color: #F69C2D;
}
</style>