Html Css Color HEX #FEA031 Lightning Yellow

📋 copy color: '#FEA031'

red 254 ◦ green 160 ◦ blue 49

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

Shades of Lightning Yellow #FEA031

Tints of Lightning Yellow #FEA031

RGB

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

 GREEN value IS 160 (62.89% from 255) = 34.56%

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

R = 54.86%
G = 34.56%
B = 10.58%

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

#FEA031 (or 0xFEA031) is known color: Lightning Yellow. HEX triplet: FE, A0 and 31. RGB value is (254,160,49). Sum of RGB (Red+Green+Blue) = 254+160+49=463 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.86% from 463); Green value is 160 (62.89% from 255 or 34.56% from 463); Blue value is 49 (19.53% from 255 or 10.58% from 463); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA031 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA031 is #015FCE. Grayscale: #AFAFAF. Windows color (decimal): -90063 or 3252478. OLE color: 3252478.

HSL color Cylindrical-coordinate representation of color #FEA031: hue angle of 32.49º 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 #FEA031 is Cyan = 0, Magento = 0.37, Yellow = 0.81 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 160 49 -
CMYK 0 0.37 0.81 0.00
HSL 32.49º 0.99% 0.59% -
HSV(B) 32.49º 0.81% 1% -
XYZ 54 46.43 9.02 -
YUV 175.45 56.64 184.03 -
System Red Green Blue C M Y K H S L
Decimal 254 160 49 0 0.37 0.81 0.00 32.49 0.99 0.59
Hex FE A0 31 0 25 51 0 20 63 3B
Octal 376 240 61 0 45 121 0 40 143 73
Binary 11111110 10100000 110001 0 100101 1010001 0 100000 1100011 111011

Color Harmonies of #FEA031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA031

Black with #FEA031

Text Example


Text Example

White with #FEA031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA031; }

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

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

background-color css

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

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

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

border-color css

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

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

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