Html Css Color HEX #FAA124 Lightning Yellow

📋 copy color: '#FAA124'

red 250 ◦ green 161 ◦ blue 36

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

Shades of Lightning Yellow #FAA124

Tints of Lightning Yellow #FAA124

RGB

 RED value IS 250 (98.05% from 255) = 55.93%

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

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

R = 55.93%
G = 36.02%
B = 8.05%

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

#FAA124 (or 0xFAA124) is known color: Lightning Yellow. HEX triplet: FA, A1 and 24. RGB value is (250,161,36). Sum of RGB (Red+Green+Blue) = 250+161+36=447 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.93% from 447); Green value is 161 (63.28% from 255 or 36.02% from 447); Blue value is 36 (14.45% from 255 or 8.05% from 447); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA124 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA124 is #055EDB. Grayscale: #ADADAD. Windows color (decimal): -351964 or 2400762. OLE color: 2400762.

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

Color convert

RGB 250 161 36 -
CMYK 0 0.36 0.86 0.02
HSL 35.05º 0.96% 0.56% -
HSV(B) 35.05º 0.86% 0.98% -
XYZ 52.49 45.94 7.77 -
YUV 173.36 50.49 182.66 -
System Red Green Blue C M Y K H S L
Decimal 250 161 36 0 0.36 0.86 0.02 35.05 0.96 0.56
Hex FA A1 24 0 24 56 2 23 60 38
Octal 372 241 44 0 44 126 2 43 140 70
Binary 11111010 10100001 100100 0 100100 1010110 10 100011 1100000 111000

Color Harmonies of #FAA124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA124

Black with #FAA124

Text Example


Text Example

White with #FAA124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA124; }

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

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

background-color css

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

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

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

border-color css

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

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

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