Html Css Color HEX #FEA826 Lightning Yellow

📋 copy color: '#FEA826'

red 254 ◦ green 168 ◦ blue 38

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

Shades of Lightning Yellow #FEA826

Tints of Lightning Yellow #FEA826

RGB

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

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

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

R = 55.22%
G = 36.52%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#FEA826 (or 0xFEA826) is known color: Lightning Yellow. HEX triplet: FE, A8 and 26. RGB value is (254,168,38). Sum of RGB (Red+Green+Blue) = 254+168+38=460 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.22% from 460); Green value is 168 (66.02% from 255 or 36.52% from 460); Blue value is 38 (15.23% from 255 or 8.26% from 460); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA826 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA826 is #0157D9. Grayscale: #B3B3B3. Windows color (decimal): -88026 or 2533630. OLE color: 2533630.

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

Color convert

RGB 254 168 38 -
CMYK 0 0.34 0.85 0.00
HSL 36.11º 0.99% 0.57% -
HSV(B) 36.11º 0.85% 1% -
XYZ 55.23 49.22 8.42 -
YUV 178.89 48.49 181.57 -
System Red Green Blue C M Y K H S L
Decimal 254 168 38 0 0.34 0.85 0.00 36.11 0.99 0.57
Hex FE A8 26 0 22 55 0 24 63 39
Octal 376 250 46 0 42 125 0 44 143 71
Binary 11111110 10101000 100110 0 100010 1010101 0 100100 1100011 111001

Color Harmonies of #FEA826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA826

Black with #FEA826

Text Example


Text Example

White with #FEA826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA826; }

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

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

background-color css

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

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

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

border-color css

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

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

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