Html Css Color HEX #FAAA2D Lightning Yellow

📋 copy color: '#FAAA2D'

red 250 ◦ green 170 ◦ blue 45

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

Shades of Lightning Yellow #FAAA2D

Tints of Lightning Yellow #FAAA2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.68%

R = 53.76%
G = 36.56%
B = 9.68%

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

#FAAA2D (or 0xFAAA2D) is known color: Lightning Yellow. HEX triplet: FA, AA and 2D. RGB value is (250,170,45). Sum of RGB (Red+Green+Blue) = 250+170+45=465 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.76% from 465); Green value is 170 (66.80% from 255 or 36.56% from 465); Blue value is 45 (17.97% from 255 or 9.68% from 465); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAA2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAAA2D is #0555D2. Grayscale: #B4B4B4. Windows color (decimal): -349651 or 2992890. OLE color: 2992890.

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

Color convert

RGB 250 170 45 -
CMYK 0 0.32 0.82 0.02
HSL 36.59º 0.95% 0.58% -
HSV(B) 36.59º 0.82% 0.98% -
XYZ 54.27 49.26 9.13 -
YUV 179.67 52 178.16 -
System Red Green Blue C M Y K H S L
Decimal 250 170 45 0 0.32 0.82 0.02 36.59 0.95 0.58
Hex FA AA 2D 0 20 52 2 25 5F 3A
Octal 372 252 55 0 40 122 2 45 137 72
Binary 11111010 10101010 101101 0 100000 1010010 10 100101 1011111 111010

Color Harmonies of #FAAA2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAA2D

Black with #FAAA2D

Text Example


Text Example

White with #FAAA2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAA2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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