Html Css Color HEX #FEAA26 Lightning Yellow

📋 copy color: '#FEAA26'

red 254 ◦ green 170 ◦ blue 38

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

Shades of Lightning Yellow #FEAA26

Tints of Lightning Yellow #FEAA26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.23%

R = 54.98%
G = 36.8%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#FEAA26 (or 0xFEAA26) is known color: Lightning Yellow. HEX triplet: FE, AA and 26. RGB value is (254,170,38). Sum of RGB (Red+Green+Blue) = 254+170+38=462 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.98% from 462); Green value is 170 (66.80% from 255 or 36.80% from 462); Blue value is 38 (15.23% from 255 or 8.23% from 462); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAA26 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEAA26 is #0155D9. Grayscale: #B4B4B4. Windows color (decimal): -87514 or 2534142. OLE color: 2534142.

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

Color convert

RGB 254 170 38 -
CMYK 0 0.33 0.85 0.00
HSL 36.67º 0.99% 0.57% -
HSV(B) 36.67º 0.85% 1% -
XYZ 55.6 49.96 8.55 -
YUV 180.07 47.83 180.73 -
System Red Green Blue C M Y K H S L
Decimal 254 170 38 0 0.33 0.85 0.00 36.67 0.99 0.57
Hex FE AA 26 0 21 55 0 25 63 39
Octal 376 252 46 0 41 125 0 45 143 71
Binary 11111110 10101010 100110 0 100001 1010101 0 100101 1100011 111001

Color Harmonies of #FEAA26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAA26

Black with #FEAA26

Text Example


Text Example

White with #FEAA26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAA26; }

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

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

background-color css

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

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

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

border-color css

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

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

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