Html Css Color HEX #FAA526 Lightning Yellow

📋 copy color: '#FAA526'

red 250 ◦ green 165 ◦ blue 38

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

Shades of Lightning Yellow #FAA526

Tints of Lightning Yellow #FAA526

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.42%

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

R = 55.19%
G = 36.42%
B = 8.39%

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

#FAA526 (or 0xFAA526) is known color: Lightning Yellow. HEX triplet: FA, A5 and 26. RGB value is (250,165,38). Sum of RGB (Red+Green+Blue) = 250+165+38=453 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.19% from 453); Green value is 165 (64.84% from 255 or 36.42% from 453); Blue value is 38 (15.23% from 255 or 8.39% from 453); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA526 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA526 is #055AD9. Grayscale: #B0B0B0. Windows color (decimal): -350938 or 2532858. OLE color: 2532858.

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

Color convert

RGB 250 165 38 -
CMYK 0 0.34 0.85 0.02
HSL 35.94º 0.95% 0.56% -
HSV(B) 35.94º 0.85% 0.98% -
XYZ 53.23 47.37 8.17 -
YUV 175.94 50.16 180.83 -
System Red Green Blue C M Y K H S L
Decimal 250 165 38 0 0.34 0.85 0.02 35.94 0.95 0.56
Hex FA A5 26 0 22 55 2 24 5F 38
Octal 372 245 46 0 42 125 2 44 137 70
Binary 11111010 10100101 100110 0 100010 1010101 10 100100 1011111 111000

Color Harmonies of #FAA526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA526

Black with #FAA526

Text Example


Text Example

White with #FAA526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA526; }

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

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

background-color css

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

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

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

border-color css

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

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

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