Shades of Lightning Yellow #F3AB3A
Tints of Lightning Yellow #F3AB3A
RGB
CMYK
RGB Variations
Color information
#F3AB3A (or 0xF3AB3A) is known color: Lightning Yellow. HEX triplet: F3, AB and 3A. RGB value is (243,171,58). Sum of RGB (Red+Green+Blue) = 243+171+58=472 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.48% from 472); Green value is 171 (67.19% from 255 or 36.23% from 472); Blue value is 58 (23.05% from 255 or 12.29% from 472); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AB3A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F3AB3A is #0C54C5. Grayscale: #B4B4B4. Windows color (decimal): -808134 or 3845107. OLE color: 3845107.
HSL color Cylindrical-coordinate representation of color #F3AB3A: hue angle of 36.65º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F3AB3A is Cyan = 0, Magento = 0.30, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 171 | 58 | - |
| CMYK | 0 | 0.30 | 0.76 | 0.05 |
| HSL | 36.65º | 0.89% | 0.59% | - |
| HSV(B) | 36.65º | 0.76% | 0.95% | - |
| XYZ | 52.29 | 48.49 | 10.61 | - |
| YUV | 179.65 | 59.35 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 171 | 58 | 0 | 0.30 | 0.76 | 0.05 | 36.65 | 0.89 | 0.59 |
| Hex | F3 | AB | 3A | 0 | 1E | 4C | 5 | 25 | 59 | 3B |
| Octal | 363 | 253 | 72 | 0 | 36 | 114 | 5 | 45 | 131 | 73 |
| Binary | 11110011 | 10101011 | 111010 | 0 | 11110 | 1001100 | 101 | 100101 | 1011001 | 111011 |
Color Harmonies of #F3AB3A
Complementary color
Monochromatic Colors of #F3AB3A
Black with #F3AB3A
Text Example
Text Example
White with #F3AB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3AB3A; }
p { color: rgb(243,171,58); }
H1.HeaderClassName
{
color: #F3AB3A;
}
.AnyTagClassName
{
color: #F3AB3A;
}
</style>
background-color css
<style>
a { background-color: #F3AB3A; }
a { background-color: rgb(243,171,58); }
div.DivClassName
{
background-color: #F3AB3A;
}
.BgClassName
{
background-color: #F3AB3A;
}
</style>
border-color css
<style>
span { border-color: #F3AB3A; }
span { border-color: rgb(243,171,58); }
td.TdClassName
{
border-color: #F3AB3A;
}
.TagClassName
{
border-color: #F3AB3A;
}
</style>