Shades of Lightning Yellow #F3AD38
Tints of Lightning Yellow #F3AD38
RGB
CMYK
RGB Variations
Color information
#F3AD38 (or 0xF3AD38) is known color: Lightning Yellow. HEX triplet: F3, AD and 38. RGB value is (243,173,56). Sum of RGB (Red+Green+Blue) = 243+173+56=472 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.48% from 472); Green value is 173 (67.97% from 255 or 36.65% from 472); Blue value is 56 (22.27% from 255 or 11.86% from 472); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AD38 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F3AD38 is #0C52C7. Grayscale: #B5B5B5. Windows color (decimal): -807624 or 3714547. OLE color: 3714547.
HSL color Cylindrical-coordinate representation of color #F3AD38: hue angle of 37.54º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F3AD38 is Cyan = 0, Magento = 0.29, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 173 | 56 | - |
| CMYK | 0 | 0.29 | 0.77 | 0.05 |
| HSL | 37.54º | 0.89% | 0.59% | - |
| HSV(B) | 37.54º | 0.77% | 0.95% | - |
| XYZ | 52.62 | 49.23 | 10.47 | - |
| YUV | 180.59 | 57.69 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 173 | 56 | 0 | 0.29 | 0.77 | 0.05 | 37.54 | 0.89 | 0.59 |
| Hex | F3 | AD | 38 | 0 | 1D | 4D | 5 | 26 | 59 | 3B |
| Octal | 363 | 255 | 70 | 0 | 35 | 115 | 5 | 46 | 131 | 73 |
| Binary | 11110011 | 10101101 | 111000 | 0 | 11101 | 1001101 | 101 | 100110 | 1011001 | 111011 |
Color Harmonies of #F3AD38
Complementary color
Monochromatic Colors of #F3AD38
Black with #F3AD38
Text Example
Text Example
White with #F3AD38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3AD38; }
p { color: rgb(243,173,56); }
H1.HeaderClassName
{
color: #F3AD38;
}
.AnyTagClassName
{
color: #F3AD38;
}
</style>
background-color css
<style>
a { background-color: #F3AD38; }
a { background-color: rgb(243,173,56); }
div.DivClassName
{
background-color: #F3AD38;
}
.BgClassName
{
background-color: #F3AD38;
}
</style>
border-color css
<style>
span { border-color: #F3AD38; }
span { border-color: rgb(243,173,56); }
td.TdClassName
{
border-color: #F3AD38;
}
.TagClassName
{
border-color: #F3AD38;
}
</style>