Html Css Color HEX #FAA132 Lightning Yellow

📋 copy color: '#FAA132'

red 250 ◦ green 161 ◦ blue 50

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

Shades of Lightning Yellow #FAA132

Tints of Lightning Yellow #FAA132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10.85%

R = 54.23%
G = 34.92%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.8

 K value IS 0.02

RGB Variations

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

Color information

#FAA132 (or 0xFAA132) is known color: Lightning Yellow. HEX triplet: FA, A1 and 32. RGB value is (250,161,50). Sum of RGB (Red+Green+Blue) = 250+161+50=461 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.23% from 461); Green value is 161 (63.28% from 255 or 34.92% from 461); Blue value is 50 (19.92% from 255 or 10.85% from 461); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA132 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA132 is #055ECD. Grayscale: #AFAFAF. Windows color (decimal): -351950 or 3318266. OLE color: 3318266.

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

Color convert

RGB 250 161 50 -
CMYK 0 0.36 0.8 0.02
HSL 33.3º 0.95% 0.59% -
HSV(B) 33.3º 0.8% 0.98% -
XYZ 52.74 46.04 9.13 -
YUV 174.96 57.49 181.53 -
System Red Green Blue C M Y K H S L
Decimal 250 161 50 0 0.36 0.8 0.02 33.3 0.95 0.59
Hex FA A1 32 0 24 50 2 21 5F 3B
Octal 372 241 62 0 44 120 2 41 137 73
Binary 11111010 10100001 110010 0 100100 1010000 10 100001 1011111 111011

Color Harmonies of #FAA132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA132

Black with #FAA132

Text Example


Text Example

White with #FAA132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA132; }

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

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

background-color css

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

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

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

border-color css

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

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

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