Html Css Color HEX #FEA828 Lightning Yellow

📋 copy color: '#FEA828'

red 254 ◦ green 168 ◦ blue 40

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

Shades of Lightning Yellow #FEA828

Tints of Lightning Yellow #FEA828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.66%

R = 54.98%
G = 36.36%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.84

 K value IS 0.00

RGB Variations

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

Color information

#FEA828 (or 0xFEA828) is known color: Lightning Yellow. HEX triplet: FE, A8 and 28. RGB value is (254,168,40). Sum of RGB (Red+Green+Blue) = 254+168+40=462 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.98% from 462); Green value is 168 (66.02% from 255 or 36.36% from 462); Blue value is 40 (16.02% from 255 or 8.66% from 462); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA828 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA828 is #0157D7. Grayscale: #B3B3B3. Windows color (decimal): -88024 or 2664702. OLE color: 2664702.

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

Color convert

RGB 254 168 40 -
CMYK 0 0.34 0.84 0.00
HSL 35.89º 0.99% 0.58% -
HSV(B) 35.89º 0.84% 1% -
XYZ 55.26 49.23 8.6 -
YUV 179.12 49.49 181.41 -
System Red Green Blue C M Y K H S L
Decimal 254 168 40 0 0.34 0.84 0.00 35.89 0.99 0.58
Hex FE A8 28 0 22 54 0 24 63 3A
Octal 376 250 50 0 42 124 0 44 143 72
Binary 11111110 10101000 101000 0 100010 1010100 0 100100 1100011 111010

Color Harmonies of #FEA828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA828

Black with #FEA828

Text Example


Text Example

White with #FEA828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA828; }

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

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

background-color css

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

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

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

border-color css

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

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

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