Html Css Color HEX #FEAB2A Lightning Yellow

📋 copy color: '#FEAB2A'

red 254 ◦ green 171 ◦ blue 42

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

Shades of Lightning Yellow #FEAB2A

Tints of Lightning Yellow #FEAB2A

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.62%

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

R = 54.39%
G = 36.62%
B = 8.99%

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

#FEAB2A (or 0xFEAB2A) is known color: Lightning Yellow. HEX triplet: FE, AB and 2A. RGB value is (254,171,42). Sum of RGB (Red+Green+Blue) = 254+171+42=467 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.39% from 467); Green value is 171 (67.19% from 255 or 36.62% from 467); Blue value is 42 (16.80% from 255 or 8.99% from 467); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAB2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEAB2A is #0154D5. Grayscale: #B5B5B5. Windows color (decimal): -87254 or 2796542. OLE color: 2796542.

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

Color convert

RGB 254 171 42 -
CMYK 0 0.33 0.83 0.00
HSL 36.51º 0.99% 0.58% -
HSV(B) 36.51º 0.83% 1% -
XYZ 55.85 50.36 8.97 -
YUV 181.11 49.5 179.99 -
System Red Green Blue C M Y K H S L
Decimal 254 171 42 0 0.33 0.83 0.00 36.51 0.99 0.58
Hex FE AB 2A 0 21 53 0 25 63 3A
Octal 376 253 52 0 41 123 0 45 143 72
Binary 11111110 10101011 101010 0 100001 1010011 0 100101 1100011 111010

Color Harmonies of #FEAB2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAB2A

Black with #FEAB2A

Text Example


Text Example

White with #FEAB2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAB2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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