Html Css Color HEX #FAAB31 Lightning Yellow

📋 copy color: '#FAAB31'

red 250 ◦ green 171 ◦ blue 49

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

Shades of Lightning Yellow #FAAB31

Tints of Lightning Yellow #FAAB31

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.38%

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

R = 53.19%
G = 36.38%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FAAB31 (or 0xFAAB31) is known color: Lightning Yellow. HEX triplet: FA, AB and 31. RGB value is (250,171,49). Sum of RGB (Red+Green+Blue) = 250+171+49=470 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.19% from 470); Green value is 171 (67.19% from 255 or 36.38% from 470); Blue value is 49 (19.53% from 255 or 10.43% from 470); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAB31 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAAB31 is #0554CE. Grayscale: #B5B5B5. Windows color (decimal): -349391 or 3255290. OLE color: 3255290.

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

Color convert

RGB 250 171 49 -
CMYK 0 0.32 0.80 0.02
HSL 36.42º 0.95% 0.59% -
HSV(B) 36.42º 0.8% 0.98% -
XYZ 54.54 49.67 9.62 -
YUV 180.71 53.67 177.42 -
System Red Green Blue C M Y K H S L
Decimal 250 171 49 0 0.32 0.80 0.02 36.42 0.95 0.59
Hex FA AB 31 0 20 50 2 24 5F 3B
Octal 372 253 61 0 40 120 2 44 137 73
Binary 11111010 10101011 110001 0 100000 1010000 10 100100 1011111 111011

Color Harmonies of #FAAB31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAB31

Black with #FAAB31

Text Example


Text Example

White with #FAAB31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAB31; }

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

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

background-color css

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

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

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

border-color css

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

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

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