Html Css Color HEX #FBA124 Lightning Yellow

📋 copy color: '#FBA124'

red 251 ◦ green 161 ◦ blue 36

#FBA124
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lightning Yellow #FBA124

Tints of Lightning Yellow #FBA124

RGB

 RED value IS 251 (98.44% from 255) = 56.03%

 GREEN value IS 161 (63.28% from 255) = 35.94%

 BLUE value IS 36 (14.45% from 255) = 8.04%

R = 56.03%
G = 35.94%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FBA124 (or 0xFBA124) is known color: Lightning Yellow. HEX triplet: FB, A1 and 24. RGB value is (251,161,36). Sum of RGB (Red+Green+Blue) = 251+161+36=448 (59% of max value = 765). Red value is 251 (98.44% from 255 or 56.03% from 448); Green value is 161 (63.28% from 255 or 35.94% from 448); Blue value is 36 (14.45% from 255 or 8.04% from 448); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA124 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA124 is #045EDB. Grayscale: #AEAEAE. Windows color (decimal): -286428 or 2400763. OLE color: 2400763.

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

Color convert

RGB 251 161 36 -
CMYK 0 0.36 0.86 0.02
HSL 34.88º 0.96% 0.56% -
HSV(B) 34.88º 0.86% 0.98% -
XYZ 52.85 46.13 7.79 -
YUV 173.66 50.32 183.16 -
System Red Green Blue C M Y K H S L
Decimal 251 161 36 0 0.36 0.86 0.02 34.88 0.96 0.56
Hex FB A1 24 0 24 56 2 23 60 38
Octal 373 241 44 0 44 126 2 43 140 70
Binary 11111011 10100001 100100 0 100100 1010110 10 100011 1100000 111000

Color Harmonies of #FBA124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA124

Black with #FBA124

Text Example


Text Example

White with #FBA124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA124; }

 p { color: rgb(251,161,36); }

 H1.HeaderClassName
 {
   color: #FBA124;
 }
 .AnyTagClassName
 {
   color: #FBA124;
 }
</style>

background-color css

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

 a { background-color: rgb(251,161,36); }

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

border-color css

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

 span { border-color: rgb(251,161,36); }

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