Shades of Lightning Yellow #F3A82A
Tints of Lightning Yellow #F3A82A
RGB
CMYK
RGB Variations
Color information
#F3A82A (or 0xF3A82A) is known color: Lightning Yellow. HEX triplet: F3, A8 and 2A. RGB value is (243,168,42). Sum of RGB (Red+Green+Blue) = 243+168+42=453 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.64% from 453); Green value is 168 (66.02% from 255 or 37.09% from 453); Blue value is 42 (16.80% from 255 or 9.27% from 453); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A82A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F3A82A is #0C57D5. Grayscale: #B0B0B0. Windows color (decimal): -808918 or 2795763. OLE color: 2795763.
HSL color Cylindrical-coordinate representation of color #F3A82A: hue angle of 37.61º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F3A82A is Cyan = 0, Magento = 0.31, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 168 | 42 | - |
| CMYK | 0 | 0.31 | 0.83 | 0.05 |
| HSL | 37.61º | 0.89% | 0.56% | - |
| HSV(B) | 37.61º | 0.83% | 0.95% | - |
| XYZ | 51.38 | 47.23 | 8.6 | - |
| YUV | 176.06 | 52.35 | 175.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 168 | 42 | 0 | 0.31 | 0.83 | 0.05 | 37.61 | 0.89 | 0.56 |
| Hex | F3 | A8 | 2A | 0 | 1F | 53 | 5 | 26 | 59 | 38 |
| Octal | 363 | 250 | 52 | 0 | 37 | 123 | 5 | 46 | 131 | 70 |
| Binary | 11110011 | 10101000 | 101010 | 0 | 11111 | 1010011 | 101 | 100110 | 1011001 | 111000 |
Color Harmonies of #F3A82A
Complementary color
Monochromatic Colors of #F3A82A
Black with #F3A82A
Text Example
Text Example
White with #F3A82A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A82A; }
p { color: rgb(243,168,42); }
H1.HeaderClassName
{
color: #F3A82A;
}
.AnyTagClassName
{
color: #F3A82A;
}
</style>
background-color css
<style>
a { background-color: #F3A82A; }
a { background-color: rgb(243,168,42); }
div.DivClassName
{
background-color: #F3A82A;
}
.BgClassName
{
background-color: #F3A82A;
}
</style>
border-color css
<style>
span { border-color: #F3A82A; }
span { border-color: rgb(243,168,42); }
td.TdClassName
{
border-color: #F3A82A;
}
.TagClassName
{
border-color: #F3A82A;
}
</style>