Html Css Color HEX #FEA325 Lightning Yellow

📋 copy color: '#FEA325'

red 254 ◦ green 163 ◦ blue 37

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

Shades of Lightning Yellow #FEA325

Tints of Lightning Yellow #FEA325

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.9%

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

R = 55.95%
G = 35.9%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#FEA325 (or 0xFEA325) is known color: Lightning Yellow. HEX triplet: FE, A3 and 25. RGB value is (254,163,37). Sum of RGB (Red+Green+Blue) = 254+163+37=454 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.95% from 454); Green value is 163 (64.06% from 255 or 35.90% from 454); Blue value is 37 (14.84% from 255 or 8.15% from 454); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA325 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA325 is #015CDA. Grayscale: #B0B0B0. Windows color (decimal): -89307 or 2466814. OLE color: 2466814.

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

Color convert

RGB 254 163 37 -
CMYK 0 0.36 0.85 0.00
HSL 34.84º 0.99% 0.57% -
HSV(B) 34.84º 0.85% 1% -
XYZ 54.3 47.4 8.04 -
YUV 175.85 49.65 183.75 -
System Red Green Blue C M Y K H S L
Decimal 254 163 37 0 0.36 0.85 0.00 34.84 0.99 0.57
Hex FE A3 25 0 24 55 0 23 63 39
Octal 376 243 45 0 44 125 0 43 143 71
Binary 11111110 10100011 100101 0 100100 1010101 0 100011 1100011 111001

Color Harmonies of #FEA325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA325

Black with #FEA325

Text Example


Text Example

White with #FEA325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA325; }

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

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

background-color css

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

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

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

border-color css

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

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

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