Html Css Color HEX #FAA626 Lightning Yellow

📋 copy color: '#FAA626'

red 250 ◦ green 166 ◦ blue 38

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

Shades of Lightning Yellow #FAA626

Tints of Lightning Yellow #FAA626

RGB

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

 GREEN value IS 166 (65.23% from 255) = 36.56%

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

R = 55.07%
G = 36.56%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#FAA626 (or 0xFAA626) is known color: Lightning Yellow. HEX triplet: FA, A6 and 26. RGB value is (250,166,38). Sum of RGB (Red+Green+Blue) = 250+166+38=454 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.07% from 454); Green value is 166 (65.23% from 255 or 36.56% from 454); Blue value is 38 (15.23% from 255 or 8.37% from 454); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA626 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA626 is #0559D9. Grayscale: #B1B1B1. Windows color (decimal): -350682 or 2533114. OLE color: 2533114.

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

Color convert

RGB 250 166 38 -
CMYK 0 0.34 0.85 0.02
HSL 36.23º 0.95% 0.56% -
HSV(B) 36.23º 0.85% 0.98% -
XYZ 53.41 47.74 8.23 -
YUV 176.52 49.83 180.41 -
System Red Green Blue C M Y K H S L
Decimal 250 166 38 0 0.34 0.85 0.02 36.23 0.95 0.56
Hex FA A6 26 0 22 55 2 24 5F 38
Octal 372 246 46 0 42 125 2 44 137 70
Binary 11111010 10100110 100110 0 100010 1010101 10 100100 1011111 111000

Color Harmonies of #FAA626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA626

Black with #FAA626

Text Example


Text Example

White with #FAA626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA626; }

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

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

background-color css

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

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

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

border-color css

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

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

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