Html Css Color HEX #FEA526 Lightning Yellow

📋 copy color: '#FEA526'

red 254 ◦ green 165 ◦ blue 38

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

Shades of Lightning Yellow #FEA526

Tints of Lightning Yellow #FEA526

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.11%

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

R = 55.58%
G = 36.11%
B = 8.32%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#FEA526 (or 0xFEA526) is known color: Lightning Yellow. HEX triplet: FE, A5 and 26. RGB value is (254,165,38). Sum of RGB (Red+Green+Blue) = 254+165+38=457 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.58% from 457); Green value is 165 (64.84% from 255 or 36.11% from 457); Blue value is 38 (15.23% from 255 or 8.32% from 457); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA526 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA526 is #015AD9. Grayscale: #B1B1B1. Windows color (decimal): -88794 or 2532862. OLE color: 2532862.

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

Color convert

RGB 254 165 38 -
CMYK 0 0.35 0.85 0.00
HSL 35.28º 0.99% 0.57% -
HSV(B) 35.28º 0.85% 1% -
XYZ 54.68 48.12 8.24 -
YUV 177.13 49.49 182.83 -
System Red Green Blue C M Y K H S L
Decimal 254 165 38 0 0.35 0.85 0.00 35.28 0.99 0.57
Hex FE A5 26 0 23 55 0 23 63 39
Octal 376 245 46 0 43 125 0 43 143 71
Binary 11111110 10100101 100110 0 100011 1010101 0 100011 1100011 111001

Color Harmonies of #FEA526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA526

Black with #FEA526

Text Example


Text Example

White with #FEA526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA526; }

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

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

background-color css

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

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

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

border-color css

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

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

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