Html Css Color HEX #FAAA31 Lightning Yellow

📋 copy color: '#FAAA31'

red 250 ◦ green 170 ◦ blue 49

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

Shades of Lightning Yellow #FAAA31

Tints of Lightning Yellow #FAAA31

RGB

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

 GREEN value IS 170 (66.8% from 255) = 36.25%

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

R = 53.3%
G = 36.25%
B = 10.45%

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

#FAAA31 (or 0xFAAA31) is known color: Lightning Yellow. HEX triplet: FA, AA and 31. RGB value is (250,170,49). Sum of RGB (Red+Green+Blue) = 250+170+49=469 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.30% from 469); Green value is 170 (66.80% from 255 or 36.25% from 469); Blue value is 49 (19.53% from 255 or 10.45% from 469); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAA31 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAAA31 is #0555CE. Grayscale: #B4B4B4. Windows color (decimal): -349647 or 3255034. OLE color: 3255034.

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

Color convert

RGB 250 170 49 -
CMYK 0 0.32 0.80 0.02
HSL 36.12º 0.95% 0.59% -
HSV(B) 36.12º 0.8% 0.98% -
XYZ 54.35 49.3 9.56 -
YUV 180.13 54 177.84 -
System Red Green Blue C M Y K H S L
Decimal 250 170 49 0 0.32 0.80 0.02 36.12 0.95 0.59
Hex FA AA 31 0 20 50 2 24 5F 3B
Octal 372 252 61 0 40 120 2 44 137 73
Binary 11111010 10101010 110001 0 100000 1010000 10 100100 1011111 111011

Color Harmonies of #FAAA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAA31

Black with #FAAA31

Text Example


Text Example

White with #FAAA31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAA31; }

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

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

background-color css

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

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

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

border-color css

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

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

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