Html Css Color HEX #FEAA2E Lightning Yellow

📋 copy color: '#FEAA2E'

red 254 ◦ green 170 ◦ blue 46

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

Shades of Lightning Yellow #FEAA2E

Tints of Lightning Yellow #FEAA2E

RGB

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

 GREEN value IS 170 (66.8% from 255) = 36.17%

 BLUE value IS 46 (18.36% from 255) = 9.79%

R = 54.04%
G = 36.17%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.82

 K value IS 0.00

RGB Variations

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

Color information

#FEAA2E (or 0xFEAA2E) is known color: Lightning Yellow. HEX triplet: FE, AA and 2E. RGB value is (254,170,46). Sum of RGB (Red+Green+Blue) = 254+170+46=470 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.04% from 470); Green value is 170 (66.80% from 255 or 36.17% from 470); Blue value is 46 (18.36% from 255 or 9.79% from 470); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAA2E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEAA2E is #0155D1. Grayscale: #B5B5B5. Windows color (decimal): -87506 or 3058430. OLE color: 3058430.

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

Color convert

RGB 254 170 46 -
CMYK 0 0.33 0.82 0.00
HSL 35.77º 0.99% 0.59% -
HSV(B) 35.77º 0.82% 1% -
XYZ 55.74 50.02 9.3 -
YUV 180.98 51.83 180.08 -
System Red Green Blue C M Y K H S L
Decimal 254 170 46 0 0.33 0.82 0.00 35.77 0.99 0.59
Hex FE AA 2E 0 21 52 0 24 63 3B
Octal 376 252 56 0 41 122 0 44 143 73
Binary 11111110 10101010 101110 0 100001 1010010 0 100100 1100011 111011

Color Harmonies of #FEAA2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAA2E

Black with #FEAA2E

Text Example


Text Example

White with #FEAA2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAA2E; }

 p { color: rgb(254,170,46); }

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

background-color css

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

 a { background-color: rgb(254,170,46); }

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

border-color css

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

 span { border-color: rgb(254,170,46); }

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