#FAAC25

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

Shades of Lightning Yellow #FAAC25

Tints of Lightning Yellow #FAAC25

Color information

#FAAC25 (or 0xFAAC25) is unknown color: approx Lightning Yellow. HEX triplet: FA, AC and 25. RGB value is (250,172,37). Sum of RGB (Red+Green+Blue) = 250+172+37=459 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.47% from 459); Green value is 172 (67.58% from 255 or 37.47% from 459); Blue value is 37 (14.84% from 255 or 8.06% from 459); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAC25 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAAC25 is #0553DA. Grayscale: #B4B4B4. Windows color (decimal): -349147 or 2469114. OLE color: 2469114.

HSL color Cylindrical-coordinate representation of color #FAAC25: hue angle of 38.03º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FAAC25 is Cyan = 0, Magento = 0.31, Yellow = 0.85 and Black (K on CMYK) = 0.02.

Color convert

RGB25017237-
CMYK00.310.850.02
HSL38.03º95.52%56.27%-
HSV(B)38.03º85.2%98.04%-
XYZ54.5149.968.52-
YUV179.9347.34177.98-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 54.47%
GREEN value IS 172 (67.58% from 255) = 37.47%
BLUE value IS 37 (14.84% from 255) = 8.06%
R=54.47%
G=37.47%
B=8.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.85
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501723700.310.850.0238.0395.5256.27
HexFAAC2501F552266038
Octal3722544503712524614070
Binary11111010101011001001010111111010101101001101100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAC25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAC25; }

 p { color: rgb(250,172,37); }

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

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

 a { background-color: rgb(250,172,37); }

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

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

 span { border-color: rgb(250,172,37); }

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