Shades of Lightning Yellow #F3A82C
Tints of Lightning Yellow #F3A82C
RGB
CMYK
RGB Variations
Color information
#F3A82C (or 0xF3A82C) is known color: Lightning Yellow. HEX triplet: F3, A8 and 2C. RGB value is (243,168,44). Sum of RGB (Red+Green+Blue) = 243+168+44=455 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.41% from 455); Green value is 168 (66.02% from 255 or 36.92% from 455); Blue value is 44 (17.58% from 255 or 9.67% from 455); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A82C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F3A82C is #0C57D3. Grayscale: #B0B0B0. Windows color (decimal): -808916 or 2926835. OLE color: 2926835.
HSL color Cylindrical-coordinate representation of color #F3A82C: hue angle of 37.39º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F3A82C is Cyan = 0, Magento = 0.31, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 168 | 44 | - |
| CMYK | 0 | 0.31 | 0.82 | 0.05 |
| HSL | 37.39º | 0.89% | 0.56% | - |
| HSV(B) | 37.39º | 0.82% | 0.95% | - |
| XYZ | 51.42 | 47.24 | 8.79 | - |
| YUV | 176.29 | 53.35 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 168 | 44 | 0 | 0.31 | 0.82 | 0.05 | 37.39 | 0.89 | 0.56 |
| Hex | F3 | A8 | 2C | 0 | 1F | 52 | 5 | 25 | 59 | 38 |
| Octal | 363 | 250 | 54 | 0 | 37 | 122 | 5 | 45 | 131 | 70 |
| Binary | 11110011 | 10101000 | 101100 | 0 | 11111 | 1010010 | 101 | 100101 | 1011001 | 111000 |
Color Harmonies of #F3A82C
Complementary color
Monochromatic Colors of #F3A82C
Black with #F3A82C
Text Example
Text Example
White with #F3A82C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A82C; }
p { color: rgb(243,168,44); }
H1.HeaderClassName
{
color: #F3A82C;
}
.AnyTagClassName
{
color: #F3A82C;
}
</style>
background-color css
<style>
a { background-color: #F3A82C; }
a { background-color: rgb(243,168,44); }
div.DivClassName
{
background-color: #F3A82C;
}
.BgClassName
{
background-color: #F3A82C;
}
</style>
border-color css
<style>
span { border-color: #F3A82C; }
span { border-color: rgb(243,168,44); }
td.TdClassName
{
border-color: #F3A82C;
}
.TagClassName
{
border-color: #F3A82C;
}
</style>