Html Css Color HEX #FEA131 Lightning Yellow

📋 copy color: '#FEA131'

red 254 ◦ green 161 ◦ blue 49

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

Shades of Lightning Yellow #FEA131

Tints of Lightning Yellow #FEA131

RGB

 RED value IS 254 (99.61% from 255) = 54.74%

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

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

R = 54.74%
G = 34.7%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FEA131 (or 0xFEA131) is known color: Lightning Yellow. HEX triplet: FE, A1 and 31. RGB value is (254,161,49). Sum of RGB (Red+Green+Blue) = 254+161+49=464 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.74% from 464); Green value is 161 (63.28% from 255 or 34.70% from 464); Blue value is 49 (19.53% from 255 or 10.56% from 464); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA131 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA131 is #015ECE. Grayscale: #B0B0B0. Windows color (decimal): -89807 or 3252734. OLE color: 3252734.

HSL color Cylindrical-coordinate representation of color #FEA131: hue angle of 32.78º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FEA131 is Cyan = 0, Magento = 0.37, Yellow = 0.81 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 161 49 -
CMYK 0 0.37 0.81 0.00
HSL 32.78º 0.99% 0.59% -
HSV(B) 32.78º 0.81% 1% -
XYZ 54.17 46.78 9.08 -
YUV 176.04 56.31 183.61 -
System Red Green Blue C M Y K H S L
Decimal 254 161 49 0 0.37 0.81 0.00 32.78 0.99 0.59
Hex FE A1 31 0 25 51 0 21 63 3B
Octal 376 241 61 0 45 121 0 41 143 73
Binary 11111110 10100001 110001 0 100101 1010001 0 100001 1100011 111011

Color Harmonies of #FEA131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA131

Black with #FEA131

Text Example


Text Example

White with #FEA131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA131; }

 p { color: rgb(254,161,49); }

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

background-color css

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

 a { background-color: rgb(254,161,49); }

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

border-color css

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

 span { border-color: rgb(254,161,49); }

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