#F7AA28

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

Shades of Lightning Yellow #F7AA28

Tints of Lightning Yellow #F7AA28

Color information

#F7AA28 (or 0xF7AA28) is unknown color: approx Lightning Yellow. HEX triplet: F7, AA and 28. RGB value is (247,170,40). Sum of RGB (Red+Green+Blue) = 247+170+40=457 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.05% from 457); Green value is 170 (66.80% from 255 or 37.20% from 457); Blue value is 40 (16.02% from 255 or 8.75% from 457); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AA28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F7AA28 is #0855D7. Grayscale: #B2B2B2. Windows color (decimal): -546264 or 2665207. OLE color: 2665207.

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

Color convert

RGB24717040-
CMYK00.310.840.03
HSL37.68º92.83%56.27%-
HSV(B)37.68º83.81%96.86%-
XYZ53.1248.688.6-
YUV178.250.01177.07-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 54.05%
GREEN value IS 170 (66.80% from 255) = 37.20%
BLUE value IS 40 (16.02% from 255) = 8.75%
R=54.05%
G=37.20%
B=8.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.84
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471704000.310.840.0337.6892.8356.27
HexF7AA2801F543265d38
Octal3672525003712434613570
Binary11110111101010101010000111111010100111001101011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7AA28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7AA28; }

 p { color: rgb(247,170,40); }

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

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

 a { background-color: rgb(247,170,40); }

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

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

 span { border-color: rgb(247,170,40); }

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