Html Css Color HEX #FAA431 Lightning Yellow

📋 copy color: '#FAA431'

red 250 ◦ green 164 ◦ blue 49

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

Shades of Lightning Yellow #FAA431

Tints of Lightning Yellow #FAA431

RGB

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

 GREEN value IS 164 (64.45% from 255) = 35.42%

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

R = 54%
G = 35.42%
B = 10.58%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FAA431 (or 0xFAA431) is known color: Lightning Yellow. HEX triplet: FA, A4 and 31. RGB value is (250,164,49). Sum of RGB (Red+Green+Blue) = 250+164+49=463 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.00% from 463); Green value is 164 (64.45% from 255 or 35.42% from 463); Blue value is 49 (19.53% from 255 or 10.58% from 463); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA431 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA431 is #055BCE. Grayscale: #B1B1B1. Windows color (decimal): -351183 or 3253498. OLE color: 3253498.

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

Color convert

RGB 250 164 49 -
CMYK 0 0.34 0.80 0.02
HSL 34.33º 0.95% 0.59% -
HSV(B) 34.33º 0.8% 0.98% -
XYZ 53.25 47.1 9.19 -
YUV 176.6 55.99 180.35 -
System Red Green Blue C M Y K H S L
Decimal 250 164 49 0 0.34 0.80 0.02 34.33 0.95 0.59
Hex FA A4 31 0 22 50 2 22 5F 3B
Octal 372 244 61 0 42 120 2 42 137 73
Binary 11111010 10100100 110001 0 100010 1010000 10 100010 1011111 111011

Color Harmonies of #FAA431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA431

Black with #FAA431

Text Example


Text Example

White with #FAA431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA431; }

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

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

background-color css

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

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

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

border-color css

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

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

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