Html Css Color HEX #FAA128 Lightning Yellow

📋 copy color: '#FAA128'

red 250 ◦ green 161 ◦ blue 40

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

Shades of Lightning Yellow #FAA128

Tints of Lightning Yellow #FAA128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.87%

R = 55.43%
G = 35.7%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FAA128 (or 0xFAA128) is known color: Lightning Yellow. HEX triplet: FA, A1 and 28. RGB value is (250,161,40). Sum of RGB (Red+Green+Blue) = 250+161+40=451 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.43% from 451); Green value is 161 (63.28% from 255 or 35.70% from 451); Blue value is 40 (16.02% from 255 or 8.87% from 451); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA128 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA128 is #055ED7. Grayscale: #AEAEAE. Windows color (decimal): -351960 or 2662906. OLE color: 2662906.

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

Color convert

RGB 250 161 40 -
CMYK 0 0.36 0.84 0.02
HSL 34.57º 0.95% 0.57% -
HSV(B) 34.57º 0.84% 0.98% -
XYZ 52.55 45.97 8.11 -
YUV 173.82 52.49 182.34 -
System Red Green Blue C M Y K H S L
Decimal 250 161 40 0 0.36 0.84 0.02 34.57 0.95 0.57
Hex FA A1 28 0 24 54 2 23 5F 39
Octal 372 241 50 0 44 124 2 43 137 71
Binary 11111010 10100001 101000 0 100100 1010100 10 100011 1011111 111001

Color Harmonies of #FAA128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA128

Black with #FAA128

Text Example


Text Example

White with #FAA128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA128; }

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

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

background-color css

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

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

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

border-color css

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

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

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