Shades of Lightning Yellow #F0AC2D
Tints of Lightning Yellow #F0AC2D
RGB
CMYK
RGB Variations
Color information
#F0AC2D (or 0xF0AC2D) is known color: Lightning Yellow. HEX triplet: F0, AC and 2D. RGB value is (240,172,45). Sum of RGB (Red+Green+Blue) = 240+172+45=457 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.52% from 457); Green value is 172 (67.58% from 255 or 37.64% from 457); Blue value is 45 (17.97% from 255 or 9.85% from 457); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AC2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0AC2D is #0F53D2. Grayscale: #B2B2B2. Windows color (decimal): -1004499 or 2993392. OLE color: 2993392.
HSL color Cylindrical-coordinate representation of color #F0AC2D: hue angle of 39.08º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F0AC2D is Cyan = 0, Magento = 0.28, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 172 | 45 | - |
| CMYK | 0 | 0.28 | 0.81 | 0.06 |
| HSL | 39.08º | 0.87% | 0.56% | - |
| HSV(B) | 39.08º | 0.81% | 0.94% | - |
| XYZ | 51.16 | 48.22 | 9.09 | - |
| YUV | 177.85 | 53.03 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 172 | 45 | 0 | 0.28 | 0.81 | 0.06 | 39.08 | 0.87 | 0.56 |
| Hex | F0 | AC | 2D | 0 | 1C | 51 | 6 | 27 | 57 | 38 |
| Octal | 360 | 254 | 55 | 0 | 34 | 121 | 6 | 47 | 127 | 70 |
| Binary | 11110000 | 10101100 | 101101 | 0 | 11100 | 1010001 | 110 | 100111 | 1010111 | 111000 |
Color Harmonies of #F0AC2D
Complementary color
Monochromatic Colors of #F0AC2D
Black with #F0AC2D
Text Example
Text Example
White with #F0AC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AC2D; }
p { color: rgb(240,172,45); }
H1.HeaderClassName
{
color: #F0AC2D;
}
.AnyTagClassName
{
color: #F0AC2D;
}
</style>
background-color css
<style>
a { background-color: #F0AC2D; }
a { background-color: rgb(240,172,45); }
div.DivClassName
{
background-color: #F0AC2D;
}
.BgClassName
{
background-color: #F0AC2D;
}
</style>
border-color css
<style>
span { border-color: #F0AC2D; }
span { border-color: rgb(240,172,45); }
td.TdClassName
{
border-color: #F0AC2D;
}
.TagClassName
{
border-color: #F0AC2D;
}
</style>