Html Css Color HEX #FAAA26 Lightning Yellow

📋 copy color: '#FAAA26'

red 250 ◦ green 170 ◦ blue 38

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

Shades of Lightning Yellow #FAAA26

Tints of Lightning Yellow #FAAA26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.3%

R = 54.59%
G = 37.12%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#FAAA26 (or 0xFAAA26) is known color: Lightning Yellow. HEX triplet: FA, AA and 26. RGB value is (250,170,38). Sum of RGB (Red+Green+Blue) = 250+170+38=458 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.59% from 458); Green value is 170 (66.80% from 255 or 37.12% from 458); Blue value is 38 (15.23% from 255 or 8.30% from 458); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAA26 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAAA26 is #0555D9. Grayscale: #B3B3B3. Windows color (decimal): -349658 or 2534138. OLE color: 2534138.

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

Color convert

RGB 250 170 38 -
CMYK 0 0.32 0.85 0.02
HSL 37.36º 0.95% 0.56% -
HSV(B) 37.36º 0.85% 0.98% -
XYZ 54.15 49.21 8.48 -
YUV 178.87 48.5 178.73 -
System Red Green Blue C M Y K H S L
Decimal 250 170 38 0 0.32 0.85 0.02 37.36 0.95 0.56
Hex FA AA 26 0 20 55 2 25 5F 38
Octal 372 252 46 0 40 125 2 45 137 70
Binary 11111010 10101010 100110 0 100000 1010101 10 100101 1011111 111000

Color Harmonies of #FAAA26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAA26

Black with #FAAA26

Text Example


Text Example

White with #FAAA26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAA26; }

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

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

background-color css

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

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

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

border-color css

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

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

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