Html Css Color HEX #FEA027 Lightning Yellow

📋 copy color: '#FEA027'

red 254 ◦ green 160 ◦ blue 39

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

Shades of Lightning Yellow #FEA027

Tints of Lightning Yellow #FEA027

RGB

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

 GREEN value IS 160 (62.89% from 255) = 35.32%

 BLUE value IS 39 (15.63% from 255) = 8.61%

R = 56.07%
G = 35.32%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#FEA027 (or 0xFEA027) is known color: Lightning Yellow. HEX triplet: FE, A0 and 27. RGB value is (254,160,39). Sum of RGB (Red+Green+Blue) = 254+160+39=453 (60% of max value = 765). Red value is 254 (99.61% from 255 or 56.07% from 453); Green value is 160 (62.89% from 255 or 35.32% from 453); Blue value is 39 (15.62% from 255 or 8.61% from 453); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA027 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA027 is #015FD8. Grayscale: #AEAEAE. Windows color (decimal): -90073 or 2597118. OLE color: 2597118.

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

Color convert

RGB 254 160 39 -
CMYK 0 0.37 0.85 0.00
HSL 33.77º 0.99% 0.57% -
HSV(B) 33.77º 0.85% 1% -
XYZ 53.81 46.36 8.03 -
YUV 174.31 51.64 184.84 -
System Red Green Blue C M Y K H S L
Decimal 254 160 39 0 0.37 0.85 0.00 33.77 0.99 0.57
Hex FE A0 27 0 25 55 0 22 63 39
Octal 376 240 47 0 45 125 0 42 143 71
Binary 11111110 10100000 100111 0 100101 1010101 0 100010 1100011 111001

Color Harmonies of #FEA027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA027

Black with #FEA027

Text Example


Text Example

White with #FEA027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA027; }

 p { color: rgb(254,160,39); }

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

background-color css

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

 a { background-color: rgb(254,160,39); }

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

border-color css

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

 span { border-color: rgb(254,160,39); }

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