Html Css Color HEX #FEA82A Lightning Yellow

📋 copy color: '#FEA82A'

red 254 ◦ green 168 ◦ blue 42

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

Shades of Lightning Yellow #FEA82A

Tints of Lightning Yellow #FEA82A

RGB

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

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

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

R = 54.74%
G = 36.21%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.83

 K value IS 0.00

RGB Variations

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

Color information

#FEA82A (or 0xFEA82A) is known color: Lightning Yellow. HEX triplet: FE, A8 and 2A. RGB value is (254,168,42). Sum of RGB (Red+Green+Blue) = 254+168+42=464 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.74% from 464); Green value is 168 (66.02% from 255 or 36.21% from 464); Blue value is 42 (16.80% from 255 or 9.05% from 464); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA82A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA82A is #0157D5. Grayscale: #B3B3B3. Windows color (decimal): -88022 or 2795774. OLE color: 2795774.

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

Color convert

RGB 254 168 42 -
CMYK 0 0.34 0.83 0.00
HSL 35.66º 0.99% 0.58% -
HSV(B) 35.66º 0.83% 1% -
XYZ 55.29 49.24 8.78 -
YUV 179.35 50.49 181.25 -
System Red Green Blue C M Y K H S L
Decimal 254 168 42 0 0.34 0.83 0.00 35.66 0.99 0.58
Hex FE A8 2A 0 22 53 0 24 63 3A
Octal 376 250 52 0 42 123 0 44 143 72
Binary 11111110 10101000 101010 0 100010 1010011 0 100100 1100011 111010

Color Harmonies of #FEA82A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA82A

Black with #FEA82A

Text Example


Text Example

White with #FEA82A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA82A; }

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

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

background-color css

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

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

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

border-color css

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

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

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