Html Css Color HEX #FAA331 Lightning Yellow

📋 copy color: '#FAA331'

red 250 ◦ green 163 ◦ blue 49

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

Shades of Lightning Yellow #FAA331

Tints of Lightning Yellow #FAA331

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.61%

R = 54.11%
G = 35.28%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FAA331 (or 0xFAA331) is known color: Lightning Yellow. HEX triplet: FA, A3 and 31. RGB value is (250,163,49). Sum of RGB (Red+Green+Blue) = 250+163+49=462 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.11% from 462); Green value is 163 (64.06% from 255 or 35.28% from 462); Blue value is 49 (19.53% from 255 or 10.61% from 462); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA331 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA331 is #055CCE. Grayscale: #B0B0B0. Windows color (decimal): -351439 or 3253242. OLE color: 3253242.

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

Color convert

RGB 250 163 49 -
CMYK 0 0.35 0.80 0.02
HSL 34.03º 0.95% 0.59% -
HSV(B) 34.03º 0.8% 0.98% -
XYZ 53.08 46.74 9.13 -
YUV 176.02 56.32 180.77 -
System Red Green Blue C M Y K H S L
Decimal 250 163 49 0 0.35 0.80 0.02 34.03 0.95 0.59
Hex FA A3 31 0 23 50 2 22 5F 3B
Octal 372 243 61 0 43 120 2 42 137 73
Binary 11111010 10100011 110001 0 100011 1010000 10 100010 1011111 111011

Color Harmonies of #FAA331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA331

Black with #FAA331

Text Example


Text Example

White with #FAA331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA331; }

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

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

background-color css

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

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

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

border-color css

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

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

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