#f2a02d

Color #F2A02D Lightning Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lightning Yellow #F2A02D

Tints of Lightning Yellow #F2A02D

Color information

#F2A02D (or 0xF2A02D) is unknown color: approx Lightning Yellow. HEX triplet: F2, A0 and 2D. RGB value is (242,160,45). Sum of RGB (Red+Green+Blue) = 242+160+45=447 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.14% from 447); Green value is 160 (62.89% from 255 or 35.79% from 447); Blue value is 45 (17.97% from 255 or 10.07% from 447); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A02D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2A02D is #0D5FD2. Grayscale: #ABABAB. Windows color (decimal): -876499 or 2990322. OLE color: 2990322.

HSL color Cylindrical-coordinate representation of color #F2A02D: hue angle of 35.03º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F2A02D is Cyan = 0, Magento = 0.34, Yellow = 0.81 and Black (K on CMYK) = 0.05.

Color convert

RGB24216045-
CMYK00.340.810.05
HSL35.03º88.34%56.27%-
HSV(B)35.03º81.4%94.9%-
XYZ49.6644.218.4-
YUV171.4156.67178.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 242 (94.92% from 255) = 54.14%
GREEN value IS 160 (62.89% from 255) = 35.79%
BLUE value IS 45 (17.97% from 255) = 10.07%
R=54.14%
G=35.79%
B=10.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.81
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421604500.340.810.0535.0388.3456.27
HexF2A02D022515235838
Octal3622405504212154313070
Binary1111001010100000101101010001010100011011000111011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f2a02d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f2a02d; }

 p { color: rgb(242,160,45); }

 H1.HeaderClassName
 {
   color: #f2a02d;
 }
 .AnyTagClassName
 {
   color: #f2a02d;
 }
</style>
background-color css

<style>
 a { background-color: #f2a02d; }

 a { background-color: rgb(242,160,45); }

 div.DivClassName
 {
   background-color: #f2a02d;
 }
 .BgClassName
 {
   background-color: #f2a02d;
 }
</style>
border-color css

<style>
 span { border-color: #f2a02d; }

 span { border-color: rgb(242,160,45); }

 td.TdClassName
 {
   border-color: #f2a02d;
 }
 .TagClassName
 {
   border-color: #f2a02d;
 }
</style>