Shades of Lightning Yellow #F3A628
Tints of Lightning Yellow #F3A628
RGB
CMYK
RGB Variations
Color information
#F3A628 (or 0xF3A628) is known color: Lightning Yellow. HEX triplet: F3, A6 and 28. RGB value is (243,166,40). Sum of RGB (Red+Green+Blue) = 243+166+40=449 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54.12% from 449); Green value is 166 (65.23% from 255 or 36.97% from 449); Blue value is 40 (16.02% from 255 or 8.91% from 449); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A628 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F3A628 is #0C59D7. Grayscale: #AFAFAF. Windows color (decimal): -809432 or 2664179. OLE color: 2664179.
HSL color Cylindrical-coordinate representation of color #F3A628: hue angle of 37.24º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F3A628 is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 166 | 40 | - |
| CMYK | 0 | 0.32 | 0.84 | 0.05 |
| HSL | 37.24º | 0.89% | 0.55% | - |
| HSV(B) | 37.24º | 0.84% | 0.95% | - |
| XYZ | 50.98 | 46.48 | 8.29 | - |
| YUV | 174.66 | 52.01 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 166 | 40 | 0 | 0.32 | 0.84 | 0.05 | 37.24 | 0.89 | 0.55 |
| Hex | F3 | A6 | 28 | 0 | 20 | 54 | 5 | 25 | 59 | 37 |
| Octal | 363 | 246 | 50 | 0 | 40 | 124 | 5 | 45 | 131 | 67 |
| Binary | 11110011 | 10100110 | 101000 | 0 | 100000 | 1010100 | 101 | 100101 | 1011001 | 110111 |
Color Harmonies of #F3A628
Complementary color
Monochromatic Colors of #F3A628
Black with #F3A628
Text Example
Text Example
White with #F3A628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A628; }
p { color: rgb(243,166,40); }
H1.HeaderClassName
{
color: #F3A628;
}
.AnyTagClassName
{
color: #F3A628;
}
</style>
background-color css
<style>
a { background-color: #F3A628; }
a { background-color: rgb(243,166,40); }
div.DivClassName
{
background-color: #F3A628;
}
.BgClassName
{
background-color: #F3A628;
}
</style>
border-color css
<style>
span { border-color: #F3A628; }
span { border-color: rgb(243,166,40); }
td.TdClassName
{
border-color: #F3A628;
}
.TagClassName
{
border-color: #F3A628;
}
</style>