Shades of Lightning Yellow #F3A52A
Tints of Lightning Yellow #F3A52A
RGB
CMYK
RGB Variations
Color information
#F3A52A (or 0xF3A52A) is known color: Lightning Yellow. HEX triplet: F3, A5 and 2A. RGB value is (243,165,42). Sum of RGB (Red+Green+Blue) = 243+165+42=450 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54% from 450); Green value is 165 (64.84% from 255 or 36.67% from 450); Blue value is 42 (16.80% from 255 or 9.33% from 450); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A52A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F3A52A is #0C5AD5. Grayscale: #AEAEAE. Windows color (decimal): -809686 or 2794995. OLE color: 2794995.
HSL color Cylindrical-coordinate representation of color #F3A52A: hue angle of 36.72º 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 #F3A52A is Cyan = 0, Magento = 0.32, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 165 | 42 | - |
| CMYK | 0 | 0.32 | 0.83 | 0.05 |
| HSL | 36.72º | 0.89% | 0.56% | - |
| HSV(B) | 36.72º | 0.83% | 0.95% | - |
| XYZ | 50.84 | 46.13 | 8.42 | - |
| YUV | 174.3 | 53.34 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 165 | 42 | 0 | 0.32 | 0.83 | 0.05 | 36.72 | 0.89 | 0.56 |
| Hex | F3 | A5 | 2A | 0 | 20 | 53 | 5 | 25 | 59 | 38 |
| Octal | 363 | 245 | 52 | 0 | 40 | 123 | 5 | 45 | 131 | 70 |
| Binary | 11110011 | 10100101 | 101010 | 0 | 100000 | 1010011 | 101 | 100101 | 1011001 | 111000 |
Color Harmonies of #F3A52A
Complementary color
Monochromatic Colors of #F3A52A
Black with #F3A52A
Text Example
Text Example
White with #F3A52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A52A; }
p { color: rgb(243,165,42); }
H1.HeaderClassName
{
color: #F3A52A;
}
.AnyTagClassName
{
color: #F3A52A;
}
</style>
background-color css
<style>
a { background-color: #F3A52A; }
a { background-color: rgb(243,165,42); }
div.DivClassName
{
background-color: #F3A52A;
}
.BgClassName
{
background-color: #F3A52A;
}
</style>
border-color css
<style>
span { border-color: #F3A52A; }
span { border-color: rgb(243,165,42); }
td.TdClassName
{
border-color: #F3A52A;
}
.TagClassName
{
border-color: #F3A52A;
}
</style>