Html Css Color HEX #FEA825 Lightning Yellow

📋 copy color: '#FEA825'

red 254 ◦ green 168 ◦ blue 37

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

Shades of Lightning Yellow #FEA825

Tints of Lightning Yellow #FEA825

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.6%

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

R = 55.34%
G = 36.6%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#FEA825 (or 0xFEA825) is known color: Lightning Yellow. HEX triplet: FE, A8 and 25. RGB value is (254,168,37). Sum of RGB (Red+Green+Blue) = 254+168+37=459 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.34% from 459); Green value is 168 (66.02% from 255 or 36.60% from 459); Blue value is 37 (14.84% from 255 or 8.06% from 459); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA825 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA825 is #0157DA. Grayscale: #B3B3B3. Windows color (decimal): -88027 or 2468094. OLE color: 2468094.

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

Color convert

RGB 254 168 37 -
CMYK 0 0.34 0.85 0.00
HSL 36.22º 0.99% 0.57% -
HSV(B) 36.22º 0.85% 1% -
XYZ 55.21 49.21 8.34 -
YUV 178.78 47.99 181.65 -
System Red Green Blue C M Y K H S L
Decimal 254 168 37 0 0.34 0.85 0.00 36.22 0.99 0.57
Hex FE A8 25 0 22 55 0 24 63 39
Octal 376 250 45 0 42 125 0 44 143 71
Binary 11111110 10101000 100101 0 100010 1010101 0 100100 1100011 111001

Color Harmonies of #FEA825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA825

Black with #FEA825

Text Example


Text Example

White with #FEA825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA825; }

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

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

background-color css

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

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

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

border-color css

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

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

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