Html Css Color HEX #FAA329 Lightning Yellow

📋 copy color: '#FAA329'

red 250 ◦ green 163 ◦ blue 41

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

Shades of Lightning Yellow #FAA329

Tints of Lightning Yellow #FAA329

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.9%

 BLUE value IS 41 (16.41% from 255) = 9.03%

R = 55.07%
G = 35.9%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FAA329 (or 0xFAA329) is known color: Lightning Yellow. HEX triplet: FA, A3 and 29. RGB value is (250,163,41). Sum of RGB (Red+Green+Blue) = 250+163+41=454 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.07% from 454); Green value is 163 (64.06% from 255 or 35.90% from 454); Blue value is 41 (16.41% from 255 or 9.03% from 454); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA329 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA329 is #055CD6. Grayscale: #AFAFAF. Windows color (decimal): -351447 or 2728954. OLE color: 2728954.

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

Color convert

RGB 250 163 41 -
CMYK 0 0.35 0.84 0.02
HSL 35.02º 0.95% 0.57% -
HSV(B) 35.02º 0.84% 0.98% -
XYZ 52.92 46.68 8.32 -
YUV 175.11 52.32 181.42 -
System Red Green Blue C M Y K H S L
Decimal 250 163 41 0 0.35 0.84 0.02 35.02 0.95 0.57
Hex FA A3 29 0 23 54 2 23 5F 39
Octal 372 243 51 0 43 124 2 43 137 71
Binary 11111010 10100011 101001 0 100011 1010100 10 100011 1011111 111001

Color Harmonies of #FAA329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA329

Black with #FAA329

Text Example


Text Example

White with #FAA329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA329; }

 p { color: rgb(250,163,41); }

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

background-color css

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

 a { background-color: rgb(250,163,41); }

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

border-color css

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

 span { border-color: rgb(250,163,41); }

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