Html Css Color HEX #FEAB2E Lightning Yellow

📋 copy color: '#FEAB2E'

red 254 ◦ green 171 ◦ blue 46

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

Shades of Lightning Yellow #FEAB2E

Tints of Lightning Yellow #FEAB2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.77%

R = 53.93%
G = 36.31%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.82

 K value IS 0.00

RGB Variations

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

Color information

#FEAB2E (or 0xFEAB2E) is known color: Lightning Yellow. HEX triplet: FE, AB and 2E. RGB value is (254,171,46). Sum of RGB (Red+Green+Blue) = 254+171+46=471 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.93% from 471); Green value is 171 (67.19% from 255 or 36.31% from 471); Blue value is 46 (18.36% from 255 or 9.77% from 471); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAB2E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEAB2E is #0154D1. Grayscale: #B6B6B6. Windows color (decimal): -87250 or 3058686. OLE color: 3058686.

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

Color convert

RGB 254 171 46 -
CMYK 0 0.33 0.82 0.00
HSL 36.06º 0.99% 0.59% -
HSV(B) 36.06º 0.82% 1% -
XYZ 55.93 50.39 9.36 -
YUV 181.57 51.5 179.66 -
System Red Green Blue C M Y K H S L
Decimal 254 171 46 0 0.33 0.82 0.00 36.06 0.99 0.59
Hex FE AB 2E 0 21 52 0 24 63 3B
Octal 376 253 56 0 41 122 0 44 143 73
Binary 11111110 10101011 101110 0 100001 1010010 0 100100 1100011 111011

Color Harmonies of #FEAB2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAB2E

Black with #FEAB2E

Text Example


Text Example

White with #FEAB2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAB2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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