Html Css Color HEX #FEA126 Lightning Yellow

📋 copy color: '#FEA126'

red 254 ◦ green 161 ◦ blue 38

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

Shades of Lightning Yellow #FEA126

Tints of Lightning Yellow #FEA126

RGB

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

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

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

R = 56.07%
G = 35.54%
B = 8.39%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#FEA126 (or 0xFEA126) is known color: Lightning Yellow. HEX triplet: FE, A1 and 26. RGB value is (254,161,38). Sum of RGB (Red+Green+Blue) = 254+161+38=453 (60% of max value = 765). Red value is 254 (99.61% from 255 or 56.07% from 453); Green value is 161 (63.28% from 255 or 35.54% from 453); Blue value is 38 (15.23% from 255 or 8.39% from 453); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA126 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA126 is #015ED9. Grayscale: #AFAFAF. Windows color (decimal): -89818 or 2531838. OLE color: 2531838.

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

Color convert

RGB 254 161 38 -
CMYK 0 0.37 0.85 0.00
HSL 34.17º 0.99% 0.57% -
HSV(B) 34.17º 0.85% 1% -
XYZ 53.97 46.7 8 -
YUV 174.79 50.81 184.5 -
System Red Green Blue C M Y K H S L
Decimal 254 161 38 0 0.37 0.85 0.00 34.17 0.99 0.57
Hex FE A1 26 0 25 55 0 22 63 39
Octal 376 241 46 0 45 125 0 42 143 71
Binary 11111110 10100001 100110 0 100101 1010101 0 100010 1100011 111001

Color Harmonies of #FEA126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA126

Black with #FEA126

Text Example


Text Example

White with #FEA126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA126; }

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

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

background-color css

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

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

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

border-color css

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

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

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