#FBA925

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

Shades of Lightning Yellow #FBA925

Tints of Lightning Yellow #FBA925

Color information

#FBA925 (or 0xFBA925) is unknown color: approx Lightning Yellow. HEX triplet: FB, A9 and 25. RGB value is (251,169,37). Sum of RGB (Red+Green+Blue) = 251+169+37=457 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.92% from 457); Green value is 169 (66.41% from 255 or 36.98% from 457); Blue value is 37 (14.84% from 255 or 8.10% from 457); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA925 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA925 is #0456DA. Grayscale: #B3B3B3. Windows color (decimal): -284379 or 2468347. OLE color: 2468347.

HSL color Cylindrical-coordinate representation of color #FBA925: hue angle of 37.01º 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 #FBA925 is Cyan = 0, Magento = 0.33, Yellow = 0.85 and Black (K on CMYK) = 0.02.

Color convert

RGB25116937-
CMYK00.330.850.02
HSL37.01º96.4%56.47%-
HSV(B)37.01º85.26%98.43%-
XYZ54.3149.028.35-
YUV178.4748.17179.73-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 54.92%
GREEN value IS 169 (66.41% from 255) = 36.98%
BLUE value IS 37 (14.84% from 255) = 8.10%
R=54.92%
G=36.98%
B=8.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.85
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511693700.330.850.0237.0196.456.47
HexFBA925021552256038
Octal3732514504112524514070
Binary111110111010100110010101000011010101101001011100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA925; }

 p { color: rgb(251,169,37); }

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

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

 a { background-color: rgb(251,169,37); }

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

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

 span { border-color: rgb(251,169,37); }

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