Html Css Color HEX #FEA92A Lightning Yellow

📋 copy color: '#FEA92A'

red 254 ◦ green 169 ◦ blue 42

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

Shades of Lightning Yellow #FEA92A

Tints of Lightning Yellow #FEA92A

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.34%

 BLUE value IS 42 (16.8% from 255) = 9.03%

R = 54.62%
G = 36.34%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.83

 K value IS 0.00

RGB Variations

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

Color information

#FEA92A (or 0xFEA92A) is known color: Lightning Yellow. HEX triplet: FE, A9 and 2A. RGB value is (254,169,42). Sum of RGB (Red+Green+Blue) = 254+169+42=465 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.62% from 465); Green value is 169 (66.41% from 255 or 36.34% from 465); Blue value is 42 (16.80% from 255 or 9.03% from 465); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA92A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA92A is #0156D5. Grayscale: #B4B4B4. Windows color (decimal): -87766 or 2796030. OLE color: 2796030.

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

Color convert

RGB 254 169 42 -
CMYK 0 0.33 0.83 0.00
HSL 35.94º 0.99% 0.58% -
HSV(B) 35.94º 0.83% 1% -
XYZ 55.48 49.61 8.84 -
YUV 179.94 50.16 180.83 -
System Red Green Blue C M Y K H S L
Decimal 254 169 42 0 0.33 0.83 0.00 35.94 0.99 0.58
Hex FE A9 2A 0 21 53 0 24 63 3A
Octal 376 251 52 0 41 123 0 44 143 72
Binary 11111110 10101001 101010 0 100001 1010011 0 100100 1100011 111010

Color Harmonies of #FEA92A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA92A

Black with #FEA92A

Text Example


Text Example

White with #FEA92A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA92A; }

 p { color: rgb(254,169,42); }

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

background-color css

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

 a { background-color: rgb(254,169,42); }

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

border-color css

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

 span { border-color: rgb(254,169,42); }

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