Html Css Color HEX #FEA525 Lightning Yellow

📋 copy color: '#FEA525'

red 254 ◦ green 165 ◦ blue 37

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

Shades of Lightning Yellow #FEA525

Tints of Lightning Yellow #FEA525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.11%

R = 55.7%
G = 36.18%
B = 8.11%

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

#FEA525 (or 0xFEA525) is known color: Lightning Yellow. HEX triplet: FE, A5 and 25. RGB value is (254,165,37). Sum of RGB (Red+Green+Blue) = 254+165+37=456 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.70% from 456); Green value is 165 (64.84% from 255 or 36.18% from 456); Blue value is 37 (14.84% from 255 or 8.11% from 456); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA525 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA525 is #015ADA. Grayscale: #B1B1B1. Windows color (decimal): -88795 or 2467326. OLE color: 2467326.

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

Color convert

RGB 254 165 37 -
CMYK 0 0.35 0.85 0.00
HSL 35.39º 0.99% 0.57% -
HSV(B) 35.39º 0.85% 1% -
XYZ 54.66 48.11 8.16 -
YUV 177.02 48.99 182.91 -
System Red Green Blue C M Y K H S L
Decimal 254 165 37 0 0.35 0.85 0.00 35.39 0.99 0.57
Hex FE A5 25 0 23 55 0 23 63 39
Octal 376 245 45 0 43 125 0 43 143 71
Binary 11111110 10100101 100101 0 100011 1010101 0 100011 1100011 111001

Color Harmonies of #FEA525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA525

Black with #FEA525

Text Example


Text Example

White with #FEA525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA525; }

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

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

background-color css

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

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

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

border-color css

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

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

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