#F7A02F

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

Shades of Lightning Yellow #F7A02F

Tints of Lightning Yellow #F7A02F

Color information

#F7A02F (or 0xF7A02F) is unknown color: approx Lightning Yellow. HEX triplet: F7, A0 and 2F. RGB value is (247,160,47). Sum of RGB (Red+Green+Blue) = 247+160+47=454 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.41% from 454); Green value is 160 (62.89% from 255 or 35.24% from 454); Blue value is 47 (18.75% from 255 or 10.35% from 454); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A02F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F7A02F is #085FD0. Grayscale: #ADADAD. Windows color (decimal): -548817 or 3121399. OLE color: 3121399.

HSL color Cylindrical-coordinate representation of color #F7A02F: hue angle of 33.9º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F7A02F is Cyan = 0, Magento = 0.35, Yellow = 0.81 and Black (K on CMYK) = 0.03.

Color convert

RGB24716047-
CMYK00.350.810.03
HSL33.9º92.59%57.65%-
HSV(B)33.9º80.97%96.86%-
XYZ51.4445.128.69-
YUV173.1356.82180.69-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 54.41%
GREEN value IS 160 (62.89% from 255) = 35.24%
BLUE value IS 47 (18.75% from 255) = 10.35%
R=54.41%
G=35.24%
B=10.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.81
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471604700.350.810.0333.992.5957.65
HexF7A02F023513225d3a
Octal3672405704312134213572
Binary111101111010000010111101000111010001111000101011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A02F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A02F; }

 p { color: rgb(247,160,47); }

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

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

 a { background-color: rgb(247,160,47); }

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

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

 span { border-color: rgb(247,160,47); }

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