Shades of Lightning Yellow #F69A28
Tints of Lightning Yellow #F69A28
RGB
CMYK
RGB Variations
Color information
#F69A28 (or 0xF69A28) is known color: Lightning Yellow. HEX triplet: F6, 9A and 28. RGB value is (246,154,40). Sum of RGB (Red+Green+Blue) = 246+154+40=440 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.91% from 440); Green value is 154 (60.55% from 255 or 35% from 440); Blue value is 40 (16.02% from 255 or 9.09% from 440); Max value from RGB is 246 - color contains mainly: red. Hex color #F69A28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F69A28 is #0965D7. Grayscale: #A9A9A9. Windows color (decimal): -615896 or 2661110. OLE color: 2661110.
HSL color Cylindrical-coordinate representation of color #F69A28: hue angle of 33.2º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F69A28 is Cyan = 0, Magento = 0.37, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 154 | 40 | - |
| CMYK | 0 | 0.37 | 0.84 | 0.04 |
| HSL | 33.2º | 0.92% | 0.56% | - |
| HSV(B) | 33.2º | 0.84% | 0.96% | - |
| XYZ | 49.94 | 42.86 | 7.65 | - |
| YUV | 168.51 | 55.48 | 183.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 154 | 40 | 0 | 0.37 | 0.84 | 0.04 | 33.2 | 0.92 | 0.56 |
| Hex | F6 | 9A | 28 | 0 | 25 | 54 | 4 | 21 | 5C | 38 |
| Octal | 366 | 232 | 50 | 0 | 45 | 124 | 4 | 41 | 134 | 70 |
| Binary | 11110110 | 10011010 | 101000 | 0 | 100101 | 1010100 | 100 | 100001 | 1011100 | 111000 |
Color Harmonies of #F69A28
Complementary color
Monochromatic Colors of #F69A28
Black with #F69A28
Text Example
Text Example
White with #F69A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69A28; }
p { color: rgb(246,154,40); }
H1.HeaderClassName
{
color: #F69A28;
}
.AnyTagClassName
{
color: #F69A28;
}
</style>
background-color css
<style>
a { background-color: #F69A28; }
a { background-color: rgb(246,154,40); }
div.DivClassName
{
background-color: #F69A28;
}
.BgClassName
{
background-color: #F69A28;
}
</style>
border-color css
<style>
span { border-color: #F69A28; }
span { border-color: rgb(246,154,40); }
td.TdClassName
{
border-color: #F69A28;
}
.TagClassName
{
border-color: #F69A28;
}
</style>