Html Css Color HEX #FAA131 Lightning Yellow

📋 copy color: '#FAA131'

red 250 ◦ green 161 ◦ blue 49

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

Shades of Lightning Yellow #FAA131

Tints of Lightning Yellow #FAA131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.65%

R = 54.35%
G = 35%
B = 10.65%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FAA131 (or 0xFAA131) is known color: Lightning Yellow. HEX triplet: FA, A1 and 31. RGB value is (250,161,49). Sum of RGB (Red+Green+Blue) = 250+161+49=460 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.35% from 460); Green value is 161 (63.28% from 255 or 35% from 460); Blue value is 49 (19.53% from 255 or 10.65% from 460); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA131 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA131 is #055ECE. Grayscale: #AFAFAF. Windows color (decimal): -351951 or 3252730. OLE color: 3252730.

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

Color convert

RGB 250 161 49 -
CMYK 0 0.36 0.80 0.02
HSL 33.43º 0.95% 0.59% -
HSV(B) 33.43º 0.8% 0.98% -
XYZ 52.72 46.04 9.01 -
YUV 174.84 56.99 181.61 -
System Red Green Blue C M Y K H S L
Decimal 250 161 49 0 0.36 0.80 0.02 33.43 0.95 0.59
Hex FA A1 31 0 24 50 2 21 5F 3B
Octal 372 241 61 0 44 120 2 41 137 73
Binary 11111010 10100001 110001 0 100100 1010000 10 100001 1011111 111011

Color Harmonies of #FAA131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA131

Black with #FAA131

Text Example


Text Example

White with #FAA131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA131; }

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

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

background-color css

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

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

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

border-color css

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

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

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