Html Css Color HEX #FEA524 Lightning Yellow

📋 copy color: '#FEA524'

red 254 ◦ green 165 ◦ blue 36

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

Shades of Lightning Yellow #FEA524

Tints of Lightning Yellow #FEA524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 7.91%

R = 55.82%
G = 36.26%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.86

 K value IS 0.00

RGB Variations

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

Color information

#FEA524 (or 0xFEA524) is known color: Lightning Yellow. HEX triplet: FE, A5 and 24. RGB value is (254,165,36). Sum of RGB (Red+Green+Blue) = 254+165+36=455 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.82% from 455); Green value is 165 (64.84% from 255 or 36.26% from 455); Blue value is 36 (14.45% from 255 or 7.91% from 455); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA524 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA524 is #015ADB. Grayscale: #B1B1B1. Windows color (decimal): -88796 or 2401790. OLE color: 2401790.

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

Color convert

RGB 254 165 36 -
CMYK 0 0.35 0.86 0.00
HSL 35.5º 0.99% 0.57% -
HSV(B) 35.5º 0.86% 1% -
XYZ 54.65 48.11 8.07 -
YUV 176.91 48.49 182.99 -
System Red Green Blue C M Y K H S L
Decimal 254 165 36 0 0.35 0.86 0.00 35.5 0.99 0.57
Hex FE A5 24 0 23 56 0 24 63 39
Octal 376 245 44 0 43 126 0 44 143 71
Binary 11111110 10100101 100100 0 100011 1010110 0 100100 1100011 111001

Color Harmonies of #FEA524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA524

Black with #FEA524

Text Example


Text Example

White with #FEA524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA524; }

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

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

background-color css

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

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

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

border-color css

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

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

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