Html Css Color HEX #FAA831 Lightning Yellow

📋 copy color: '#FAA831'

red 250 ◦ green 168 ◦ blue 49

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

Shades of Lightning Yellow #FAA831

Tints of Lightning Yellow #FAA831

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.97%

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

R = 53.53%
G = 35.97%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FAA831 (or 0xFAA831) is known color: Lightning Yellow. HEX triplet: FA, A8 and 31. RGB value is (250,168,49). Sum of RGB (Red+Green+Blue) = 250+168+49=467 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.53% from 467); Green value is 168 (66.02% from 255 or 35.97% from 467); Blue value is 49 (19.53% from 255 or 10.49% from 467); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA831 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA831 is #0557CE. Grayscale: #B3B3B3. Windows color (decimal): -350159 or 3254522. OLE color: 3254522.

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

Color convert

RGB 250 168 49 -
CMYK 0 0.33 0.80 0.02
HSL 35.52º 0.95% 0.59% -
HSV(B) 35.52º 0.8% 0.98% -
XYZ 53.98 48.55 9.43 -
YUV 178.95 54.67 178.68 -
System Red Green Blue C M Y K H S L
Decimal 250 168 49 0 0.33 0.80 0.02 35.52 0.95 0.59
Hex FA A8 31 0 21 50 2 24 5F 3B
Octal 372 250 61 0 41 120 2 44 137 73
Binary 11111010 10101000 110001 0 100001 1010000 10 100100 1011111 111011

Color Harmonies of #FAA831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA831

Black with #FAA831

Text Example


Text Example

White with #FAA831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA831; }

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

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

background-color css

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

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

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

border-color css

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

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

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