Html Css Color HEX #FEAB26 Lightning Yellow

📋 copy color: '#FEAB26'

red 254 ◦ green 171 ◦ blue 38

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

Shades of Lightning Yellow #FEAB26

Tints of Lightning Yellow #FEAB26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.21%

R = 54.86%
G = 36.93%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#FEAB26 (or 0xFEAB26) is known color: Lightning Yellow. HEX triplet: FE, AB and 26. RGB value is (254,171,38). Sum of RGB (Red+Green+Blue) = 254+171+38=463 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.86% from 463); Green value is 171 (67.19% from 255 or 36.93% from 463); Blue value is 38 (15.23% from 255 or 8.21% from 463); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAB26 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEAB26 is #0154D9. Grayscale: #B5B5B5. Windows color (decimal): -87258 or 2534398. OLE color: 2534398.

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

Color convert

RGB 254 171 38 -
CMYK 0 0.33 0.85 0.00
HSL 36.94º 0.99% 0.57% -
HSV(B) 36.94º 0.85% 1% -
XYZ 55.79 50.34 8.61 -
YUV 180.66 47.5 180.31 -
System Red Green Blue C M Y K H S L
Decimal 254 171 38 0 0.33 0.85 0.00 36.94 0.99 0.57
Hex FE AB 26 0 21 55 0 25 63 39
Octal 376 253 46 0 41 125 0 45 143 71
Binary 11111110 10101011 100110 0 100001 1010101 0 100101 1100011 111001

Color Harmonies of #FEAB26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAB26

Black with #FEAB26

Text Example


Text Example

White with #FEAB26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAB26; }

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

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

background-color css

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

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

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

border-color css

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

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

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