Html Css Color HEX #FAA137 Lightning Yellow

📋 copy color: '#FAA137'

red 250 ◦ green 161 ◦ blue 55

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

Shades of Lightning Yellow #FAA137

Tints of Lightning Yellow #FAA137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 11.8%

R = 53.65%
G = 34.55%
B = 11.8%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#FAA137 (or 0xFAA137) is known color: Lightning Yellow. HEX triplet: FA, A1 and 37. RGB value is (250,161,55). Sum of RGB (Red+Green+Blue) = 250+161+55=466 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.65% from 466); Green value is 161 (63.28% from 255 or 34.55% from 466); Blue value is 55 (21.88% from 255 or 11.80% from 466); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA137 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA137 is #055EC8. Grayscale: #B0B0B0. Windows color (decimal): -351945 or 3645946. OLE color: 3645946.

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

Color convert

RGB 250 161 55 -
CMYK 0 0.36 0.78 0.02
HSL 32.62º 0.95% 0.6% -
HSV(B) 32.62º 0.78% 0.98% -
XYZ 52.86 46.09 9.72 -
YUV 175.53 59.99 181.12 -
System Red Green Blue C M Y K H S L
Decimal 250 161 55 0 0.36 0.78 0.02 32.62 0.95 0.6
Hex FA A1 37 0 24 4E 2 21 5F 3C
Octal 372 241 67 0 44 116 2 41 137 74
Binary 11111010 10100001 110111 0 100100 1001110 10 100001 1011111 111100

Color Harmonies of #FAA137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA137

Black with #FAA137

Text Example


Text Example

White with #FAA137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA137; }

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

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

background-color css

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

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

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

border-color css

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

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

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