Html Css Color HEX #FEAC26 Lightning Yellow

📋 copy color: '#FEAC26'

red 254 ◦ green 172 ◦ blue 38

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

Shades of Lightning Yellow #FEAC26

Tints of Lightning Yellow #FEAC26

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.07%

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

R = 54.74%
G = 37.07%
B = 8.19%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#FEAC26 (or 0xFEAC26) is known color: Lightning Yellow. HEX triplet: FE, AC and 26. RGB value is (254,172,38). Sum of RGB (Red+Green+Blue) = 254+172+38=464 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.74% from 464); Green value is 172 (67.58% from 255 or 37.07% from 464); Blue value is 38 (15.23% from 255 or 8.19% from 464); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAC26 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEAC26 is #0153D9. Grayscale: #B5B5B5. Windows color (decimal): -87002 or 2534654. OLE color: 2534654.

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

Color convert

RGB 254 172 38 -
CMYK 0 0.32 0.85 0.00
HSL 37.22º 0.99% 0.57% -
HSV(B) 37.22º 0.85% 1% -
XYZ 55.98 50.72 8.67 -
YUV 181.24 47.17 179.9 -
System Red Green Blue C M Y K H S L
Decimal 254 172 38 0 0.32 0.85 0.00 37.22 0.99 0.57
Hex FE AC 26 0 20 55 0 25 63 39
Octal 376 254 46 0 40 125 0 45 143 71
Binary 11111110 10101100 100110 0 100000 1010101 0 100101 1100011 111001

Color Harmonies of #FEAC26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAC26

Black with #FEAC26

Text Example


Text Example

White with #FEAC26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAC26; }

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

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

background-color css

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

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

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

border-color css

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

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

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