#FAA528

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

Shades of Lightning Yellow #FAA528

Tints of Lightning Yellow #FAA528

Color information

#FAA528 (or 0xFAA528) is unknown color: approx Lightning Yellow. HEX triplet: FA, A5 and 28. RGB value is (250,165,40). Sum of RGB (Red+Green+Blue) = 250+165+40=455 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.95% from 455); Green value is 165 (64.84% from 255 or 36.26% from 455); Blue value is 40 (16.02% from 255 or 8.79% from 455); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA528 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA528 is #055AD7. Grayscale: #B0B0B0. Windows color (decimal): -350936 or 2663930. OLE color: 2663930.

HSL color Cylindrical-coordinate representation of color #FAA528: hue angle of 35.71º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FAA528 is Cyan = 0, Magento = 0.34, Yellow = 0.84 and Black (K on CMYK) = 0.02.

Color convert

RGB25016540-
CMYK00.340.840.02
HSL35.71º95.45%56.86%-
HSV(B)35.71º84%98.04%-
XYZ53.2647.398.35-
YUV176.1651.16180.66-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 54.95%
GREEN value IS 165 (64.84% from 255) = 36.26%
BLUE value IS 40 (16.02% from 255) = 8.79%
R=54.95%
G=36.26%
B=8.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.84
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501654000.340.840.0235.7195.4556.86
HexFAA528022542245f39
Octal3722455004212424413771
Binary111110101010010110100001000101010100101001001011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA528; }

 p { color: rgb(250,165,40); }

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

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

 a { background-color: rgb(250,165,40); }

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

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

 span { border-color: rgb(250,165,40); }

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