Html Css Color HEX #FEA831 Lightning Yellow

📋 copy color: '#FEA831'

red 254 ◦ green 168 ◦ blue 49

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

Shades of Lightning Yellow #FEA831

Tints of Lightning Yellow #FEA831

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.4%

R = 53.93%
G = 35.67%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FEA831 (or 0xFEA831) is known color: Lightning Yellow. HEX triplet: FE, A8 and 31. RGB value is (254,168,49). Sum of RGB (Red+Green+Blue) = 254+168+49=471 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.93% from 471); Green value is 168 (66.02% from 255 or 35.67% from 471); Blue value is 49 (19.53% from 255 or 10.40% from 471); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA831 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA831 is #0157CE. Grayscale: #B4B4B4. Windows color (decimal): -88015 or 3254526. OLE color: 3254526.

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

Color convert

RGB 254 168 49 -
CMYK 0 0.34 0.81 0.00
HSL 34.83º 0.99% 0.59% -
HSV(B) 34.83º 0.81% 1% -
XYZ 55.43 49.3 9.5 -
YUV 180.15 53.99 180.68 -
System Red Green Blue C M Y K H S L
Decimal 254 168 49 0 0.34 0.81 0.00 34.83 0.99 0.59
Hex FE A8 31 0 22 51 0 23 63 3B
Octal 376 250 61 0 42 121 0 43 143 73
Binary 11111110 10101000 110001 0 100010 1010001 0 100011 1100011 111011

Color Harmonies of #FEA831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA831

Black with #FEA831

Text Example


Text Example

White with #FEA831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA831; }

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

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

background-color css

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

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

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

border-color css

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

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

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