Html Css Color HEX #FEA43A Lightning Yellow

📋 copy color: '#FEA43A'

red 254 ◦ green 164 ◦ blue 58

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

Shades of Lightning Yellow #FEA43A

Tints of Lightning Yellow #FEA43A

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.45%

 BLUE value IS 58 (23.05% from 255) = 12.18%

R = 53.36%
G = 34.45%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.77

 K value IS 0.00

RGB Variations

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

Color information

#FEA43A (or 0xFEA43A) is known color: Lightning Yellow. HEX triplet: FE, A4 and 3A. RGB value is (254,164,58). Sum of RGB (Red+Green+Blue) = 254+164+58=476 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.36% from 476); Green value is 164 (64.45% from 255 or 34.45% from 476); Blue value is 58 (23.05% from 255 or 12.18% from 476); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA43A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA43A is #015BC5. Grayscale: #B3B3B3. Windows color (decimal): -89030 or 3843326. OLE color: 3843326.

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

Color convert

RGB 254 164 58 -
CMYK 0 0.35 0.77 0.00
HSL 32.45º 0.99% 0.61% -
HSV(B) 32.45º 0.77% 1% -
XYZ 54.91 47.93 10.36 -
YUV 178.83 59.82 181.62 -
System Red Green Blue C M Y K H S L
Decimal 254 164 58 0 0.35 0.77 0.00 32.45 0.99 0.61
Hex FE A4 3A 0 23 4D 0 20 63 3D
Octal 376 244 72 0 43 115 0 40 143 75
Binary 11111110 10100100 111010 0 100011 1001101 0 100000 1100011 111101

Color Harmonies of #FEA43A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA43A

Black with #FEA43A

Text Example


Text Example

White with #FEA43A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA43A; }

 p { color: rgb(254,164,58); }

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

background-color css

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

 a { background-color: rgb(254,164,58); }

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

border-color css

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

 span { border-color: rgb(254,164,58); }

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