Html Css Color HEX #FEA02A Lightning Yellow

📋 copy color: '#FEA02A'

red 254 ◦ green 160 ◦ blue 42

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

Shades of Lightning Yellow #FEA02A

Tints of Lightning Yellow #FEA02A

RGB

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

 GREEN value IS 160 (62.89% from 255) = 35.09%

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

R = 55.7%
G = 35.09%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.83

 K value IS 0.00

RGB Variations

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

Color information

#FEA02A (or 0xFEA02A) is known color: Lightning Yellow. HEX triplet: FE, A0 and 2A. RGB value is (254,160,42). Sum of RGB (Red+Green+Blue) = 254+160+42=456 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.70% from 456); Green value is 160 (62.89% from 255 or 35.09% from 456); Blue value is 42 (16.80% from 255 or 9.21% from 456); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA02A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA02A is #015FD5. Grayscale: #AFAFAF. Windows color (decimal): -90070 or 2793726. OLE color: 2793726.

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

Color convert

RGB 254 160 42 -
CMYK 0 0.37 0.83 0.00
HSL 33.4º 0.99% 0.58% -
HSV(B) 33.4º 0.83% 1% -
XYZ 53.86 46.38 8.3 -
YUV 174.65 53.14 184.59 -
System Red Green Blue C M Y K H S L
Decimal 254 160 42 0 0.37 0.83 0.00 33.4 0.99 0.58
Hex FE A0 2A 0 25 53 0 21 63 3A
Octal 376 240 52 0 45 123 0 41 143 72
Binary 11111110 10100000 101010 0 100101 1010011 0 100001 1100011 111010

Color Harmonies of #FEA02A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA02A

Black with #FEA02A

Text Example


Text Example

White with #FEA02A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA02A; }

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

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

background-color css

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

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

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

border-color css

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

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

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