Html Css Color HEX #FAA726 Lightning Yellow

📋 copy color: '#FAA726'

red 250 ◦ green 167 ◦ blue 38

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

Shades of Lightning Yellow #FAA726

Tints of Lightning Yellow #FAA726

RGB

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

 GREEN value IS 167 (65.63% from 255) = 36.7%

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

R = 54.95%
G = 36.7%
B = 8.35%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#FAA726 (or 0xFAA726) is known color: Lightning Yellow. HEX triplet: FA, A7 and 26. RGB value is (250,167,38). Sum of RGB (Red+Green+Blue) = 250+167+38=455 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.95% from 455); Green value is 167 (65.62% from 255 or 36.70% from 455); Blue value is 38 (15.23% from 255 or 8.35% from 455); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA726 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA726 is #0558D9. Grayscale: #B1B1B1. Windows color (decimal): -350426 or 2533370. OLE color: 2533370.

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

Color convert

RGB 250 167 38 -
CMYK 0 0.33 0.85 0.02
HSL 36.51º 0.95% 0.56% -
HSV(B) 36.51º 0.85% 0.98% -
XYZ 53.59 48.1 8.29 -
YUV 177.11 49.5 179.99 -
System Red Green Blue C M Y K H S L
Decimal 250 167 38 0 0.33 0.85 0.02 36.51 0.95 0.56
Hex FA A7 26 0 21 55 2 25 5F 38
Octal 372 247 46 0 41 125 2 45 137 70
Binary 11111010 10100111 100110 0 100001 1010101 10 100101 1011111 111000

Color Harmonies of #FAA726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA726

Black with #FAA726

Text Example


Text Example

White with #FAA726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA726; }

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

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

background-color css

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

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

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

border-color css

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

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

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