Html Css Color HEX #FAA139 Lightning Yellow

📋 copy color: '#FAA139'

red 250 ◦ green 161 ◦ blue 57

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

Shades of Lightning Yellow #FAA139

Tints of Lightning Yellow #FAA139

RGB

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

 GREEN value IS 161 (63.28% from 255) = 34.4%

 BLUE value IS 57 (22.66% from 255) = 12.18%

R = 53.42%
G = 34.4%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#FAA139 (or 0xFAA139) is known color: Lightning Yellow. HEX triplet: FA, A1 and 39. RGB value is (250,161,57). Sum of RGB (Red+Green+Blue) = 250+161+57=468 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.42% from 468); Green value is 161 (63.28% from 255 or 34.40% from 468); Blue value is 57 (22.66% from 255 or 12.18% from 468); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA139 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA139 is #055EC6. Grayscale: #B0B0B0. Windows color (decimal): -351943 or 3777018. OLE color: 3777018.

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

Color convert

RGB 250 161 57 -
CMYK 0 0.36 0.77 0.02
HSL 32.33º 0.95% 0.6% -
HSV(B) 32.33º 0.77% 0.98% -
XYZ 52.91 46.11 9.98 -
YUV 175.76 60.99 180.96 -
System Red Green Blue C M Y K H S L
Decimal 250 161 57 0 0.36 0.77 0.02 32.33 0.95 0.6
Hex FA A1 39 0 24 4D 2 20 5F 3C
Octal 372 241 71 0 44 115 2 40 137 74
Binary 11111010 10100001 111001 0 100100 1001101 10 100000 1011111 111100

Color Harmonies of #FAA139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA139

Black with #FAA139

Text Example


Text Example

White with #FAA139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA139; }

 p { color: rgb(250,161,57); }

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

background-color css

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

 a { background-color: rgb(250,161,57); }

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

border-color css

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

 span { border-color: rgb(250,161,57); }

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