Html Css Color HEX #FAAD2A Lightning Yellow

📋 copy color: '#FAAD2A'

red 250 ◦ green 173 ◦ blue 42

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

Shades of Lightning Yellow #FAAD2A

Tints of Lightning Yellow #FAAD2A

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.2%

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

R = 53.76%
G = 37.2%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FAAD2A (or 0xFAAD2A) is known color: Lightning Yellow. HEX triplet: FA, AD and 2A. RGB value is (250,173,42). Sum of RGB (Red+Green+Blue) = 250+173+42=465 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.76% from 465); Green value is 173 (67.97% from 255 or 37.20% from 465); Blue value is 42 (16.80% from 255 or 9.03% from 465); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAD2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAAD2A is #0552D5. Grayscale: #B5B5B5. Windows color (decimal): -348886 or 2797050. OLE color: 2797050.

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

Color convert

RGB 250 173 42 -
CMYK 0 0.31 0.83 0.02
HSL 37.79º 0.95% 0.57% -
HSV(B) 37.79º 0.83% 0.98% -
XYZ 54.79 50.38 9.03 -
YUV 181.09 49.51 177.15 -
System Red Green Blue C M Y K H S L
Decimal 250 173 42 0 0.31 0.83 0.02 37.79 0.95 0.57
Hex FA AD 2A 0 1F 53 2 26 5F 39
Octal 372 255 52 0 37 123 2 46 137 71
Binary 11111010 10101101 101010 0 11111 1010011 10 100110 1011111 111001

Color Harmonies of #FAAD2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAD2A

Black with #FAAD2A

Text Example


Text Example

White with #FAAD2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAD2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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