Shades of Lightning Yellow #F3AD28
Tints of Lightning Yellow #F3AD28
RGB
CMYK
RGB Variations
Color information
#F3AD28 (or 0xF3AD28) is known color: Lightning Yellow. HEX triplet: F3, AD and 28. RGB value is (243,173,40). Sum of RGB (Red+Green+Blue) = 243+173+40=456 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.29% from 456); Green value is 173 (67.97% from 255 or 37.94% from 456); Blue value is 40 (16.02% from 255 or 8.77% from 456); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AD28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F3AD28 is #0C52D7. Grayscale: #B3B3B3. Windows color (decimal): -807640 or 2665971. OLE color: 2665971.
HSL color Cylindrical-coordinate representation of color #F3AD28: hue angle of 39.31º 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 #F3AD28 is Cyan = 0, Magento = 0.29, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 173 | 40 | - |
| CMYK | 0 | 0.29 | 0.84 | 0.05 |
| HSL | 39.31º | 0.89% | 0.55% | - |
| HSV(B) | 39.31º | 0.84% | 0.95% | - |
| XYZ | 52.29 | 49.1 | 8.73 | - |
| YUV | 178.77 | 49.69 | 173.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 173 | 40 | 0 | 0.29 | 0.84 | 0.05 | 39.31 | 0.89 | 0.55 |
| Hex | F3 | AD | 28 | 0 | 1D | 54 | 5 | 27 | 59 | 37 |
| Octal | 363 | 255 | 50 | 0 | 35 | 124 | 5 | 47 | 131 | 67 |
| Binary | 11110011 | 10101101 | 101000 | 0 | 11101 | 1010100 | 101 | 100111 | 1011001 | 110111 |
Color Harmonies of #F3AD28
Complementary color
Monochromatic Colors of #F3AD28
Black with #F3AD28
Text Example
Text Example
White with #F3AD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3AD28; }
p { color: rgb(243,173,40); }
H1.HeaderClassName
{
color: #F3AD28;
}
.AnyTagClassName
{
color: #F3AD28;
}
</style>
background-color css
<style>
a { background-color: #F3AD28; }
a { background-color: rgb(243,173,40); }
div.DivClassName
{
background-color: #F3AD28;
}
.BgClassName
{
background-color: #F3AD28;
}
</style>
border-color css
<style>
span { border-color: #F3AD28; }
span { border-color: rgb(243,173,40); }
td.TdClassName
{
border-color: #F3AD28;
}
.TagClassName
{
border-color: #F3AD28;
}
</style>