Html Css Color HEX #FEA227 Lightning Yellow

📋 copy color: '#FEA227'

red 254 ◦ green 162 ◦ blue 39

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

Shades of Lightning Yellow #FEA227

Tints of Lightning Yellow #FEA227

RGB

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

 GREEN value IS 162 (63.67% from 255) = 35.6%

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

R = 55.82%
G = 35.6%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#FEA227 (or 0xFEA227) is known color: Lightning Yellow. HEX triplet: FE, A2 and 27. RGB value is (254,162,39). Sum of RGB (Red+Green+Blue) = 254+162+39=455 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.82% from 455); Green value is 162 (63.67% from 255 or 35.60% from 455); Blue value is 39 (15.62% from 255 or 8.57% from 455); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA227 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA227 is #015DD8. Grayscale: #B0B0B0. Windows color (decimal): -89561 or 2597630. OLE color: 2597630.

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

Color convert

RGB 254 162 39 -
CMYK 0 0.36 0.85 0.00
HSL 34.33º 0.99% 0.57% -
HSV(B) 34.33º 0.85% 1% -
XYZ 54.16 47.06 8.15 -
YUV 175.49 50.98 184 -
System Red Green Blue C M Y K H S L
Decimal 254 162 39 0 0.36 0.85 0.00 34.33 0.99 0.57
Hex FE A2 27 0 24 55 0 22 63 39
Octal 376 242 47 0 44 125 0 42 143 71
Binary 11111110 10100010 100111 0 100100 1010101 0 100010 1100011 111001

Color Harmonies of #FEA227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA227

Black with #FEA227

Text Example


Text Example

White with #FEA227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA227; }

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

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

background-color css

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

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

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

border-color css

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

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

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