#F7A42E

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

Shades of Lightning Yellow #F7A42E

Tints of Lightning Yellow #F7A42E

Color information

#F7A42E (or 0xF7A42E) is unknown color: approx Lightning Yellow. HEX triplet: F7, A4 and 2E. RGB value is (247,164,46). Sum of RGB (Red+Green+Blue) = 247+164+46=457 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.05% from 457); Green value is 164 (64.45% from 255 or 35.89% from 457); Blue value is 46 (18.36% from 255 or 10.07% from 457); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A42E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F7A42E is #085BD1. Grayscale: #AFAFAF. Windows color (decimal): -547794 or 3056887. OLE color: 3056887.

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

Color convert

RGB24716446-
CMYK00.340.810.03
HSL35.22º92.63%57.45%-
HSV(B)35.22º81.38%96.86%-
XYZ52.1346.528.82-
YUV175.3655179.09-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 54.05%
GREEN value IS 164 (64.45% from 255) = 35.89%
BLUE value IS 46 (18.36% from 255) = 10.07%
R=54.05%
G=35.89%
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.03
SystemRedGreenBlueCMYKHSL
Decimal2471644600.340.810.0335.2292.6357.45
HexF7A42E022513235d39
Octal3672445604212134313571
Binary111101111010010010111001000101010001111000111011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A42E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A42E; }

 p { color: rgb(247,164,46); }

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

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

 a { background-color: rgb(247,164,46); }

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

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

 span { border-color: rgb(247,164,46); }

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