Html Css Color HEX #FAAA2A Lightning Yellow

📋 copy color: '#FAAA2A'

red 250 ◦ green 170 ◦ blue 42

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

Shades of Lightning Yellow #FAAA2A

Tints of Lightning Yellow #FAAA2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.09%

R = 54.11%
G = 36.8%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FAAA2A (or 0xFAAA2A) is known color: Lightning Yellow. HEX triplet: FA, AA and 2A. RGB value is (250,170,42). Sum of RGB (Red+Green+Blue) = 250+170+42=462 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.11% from 462); Green value is 170 (66.80% from 255 or 36.80% from 462); Blue value is 42 (16.80% from 255 or 9.09% from 462); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAA2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAAA2A is #0555D5. Grayscale: #B3B3B3. Windows color (decimal): -349654 or 2796282. OLE color: 2796282.

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

Color convert

RGB 250 170 42 -
CMYK 0 0.32 0.83 0.02
HSL 36.92º 0.95% 0.57% -
HSV(B) 36.92º 0.83% 0.98% -
XYZ 54.22 49.24 8.84 -
YUV 179.33 50.5 178.41 -
System Red Green Blue C M Y K H S L
Decimal 250 170 42 0 0.32 0.83 0.02 36.92 0.95 0.57
Hex FA AA 2A 0 20 53 2 25 5F 39
Octal 372 252 52 0 40 123 2 45 137 71
Binary 11111010 10101010 101010 0 100000 1010011 10 100101 1011111 111001

Color Harmonies of #FAAA2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAA2A

Black with #FAAA2A

Text Example


Text Example

White with #FAAA2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAA2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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