Html Css Color HEX #FAAA2C Lightning Yellow

📋 copy color: '#FAAA2C'

red 250 ◦ green 170 ◦ blue 44

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

Shades of Lightning Yellow #FAAA2C

Tints of Lightning Yellow #FAAA2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.48%

R = 53.88%
G = 36.64%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FAAA2C (or 0xFAAA2C) is known color: Lightning Yellow. HEX triplet: FA, AA and 2C. RGB value is (250,170,44). Sum of RGB (Red+Green+Blue) = 250+170+44=464 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.88% from 464); Green value is 170 (66.80% from 255 or 36.64% from 464); Blue value is 44 (17.58% from 255 or 9.48% from 464); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAA2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAAA2C is #0555D3. Grayscale: #B4B4B4. Windows color (decimal): -349652 or 2927354. OLE color: 2927354.

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

Color convert

RGB 250 170 44 -
CMYK 0 0.32 0.82 0.02
HSL 36.7º 0.95% 0.58% -
HSV(B) 36.7º 0.82% 0.98% -
XYZ 54.25 49.26 9.03 -
YUV 179.56 51.5 178.25 -
System Red Green Blue C M Y K H S L
Decimal 250 170 44 0 0.32 0.82 0.02 36.7 0.95 0.58
Hex FA AA 2C 0 20 52 2 25 5F 3A
Octal 372 252 54 0 40 122 2 45 137 72
Binary 11111010 10101010 101100 0 100000 1010010 10 100101 1011111 111010

Color Harmonies of #FAAA2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAA2C

Black with #FAAA2C

Text Example


Text Example

White with #FAAA2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAA2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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