Html Css Color HEX #FEA329 Lightning Yellow

📋 copy color: '#FEA329'

red 254 ◦ green 163 ◦ blue 41

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

Shades of Lightning Yellow #FEA329

Tints of Lightning Yellow #FEA329

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.59%

 BLUE value IS 41 (16.41% from 255) = 8.95%

R = 55.46%
G = 35.59%
B = 8.95%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.84

 K value IS 0.00

RGB Variations

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

Color information

#FEA329 (or 0xFEA329) is known color: Lightning Yellow. HEX triplet: FE, A3 and 29. RGB value is (254,163,41). Sum of RGB (Red+Green+Blue) = 254+163+41=458 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.46% from 458); Green value is 163 (64.06% from 255 or 35.59% from 458); Blue value is 41 (16.41% from 255 or 8.95% from 458); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA329 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA329 is #015CD6. Grayscale: #B0B0B0. Windows color (decimal): -89303 or 2728958. OLE color: 2728958.

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

Color convert

RGB 254 163 41 -
CMYK 0 0.36 0.84 0.00
HSL 34.37º 0.99% 0.58% -
HSV(B) 34.37º 0.84% 1% -
XYZ 54.37 47.43 8.39 -
YUV 176.3 51.65 183.42 -
System Red Green Blue C M Y K H S L
Decimal 254 163 41 0 0.36 0.84 0.00 34.37 0.99 0.58
Hex FE A3 29 0 24 54 0 22 63 3A
Octal 376 243 51 0 44 124 0 42 143 72
Binary 11111110 10100011 101001 0 100100 1010100 0 100010 1100011 111010

Color Harmonies of #FEA329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA329

Black with #FEA329

Text Example


Text Example

White with #FEA329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA329; }

 p { color: rgb(254,163,41); }

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

background-color css

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

 a { background-color: rgb(254,163,41); }

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

border-color css

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

 span { border-color: rgb(254,163,41); }

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