Html Css Color HEX #FEA130 Lightning Yellow

📋 copy color: '#FEA130'

red 254 ◦ green 161 ◦ blue 48

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

Shades of Lightning Yellow #FEA130

Tints of Lightning Yellow #FEA130

RGB

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

 GREEN value IS 161 (63.28% from 255) = 34.77%

 BLUE value IS 48 (19.14% from 255) = 10.37%

R = 54.86%
G = 34.77%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FEA130 (or 0xFEA130) is known color: Lightning Yellow. HEX triplet: FE, A1 and 30. RGB value is (254,161,48). Sum of RGB (Red+Green+Blue) = 254+161+48=463 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.86% from 463); Green value is 161 (63.28% from 255 or 34.77% from 463); Blue value is 48 (19.14% from 255 or 10.37% from 463); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA130 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA130 is #015ECF. Grayscale: #B0B0B0. Windows color (decimal): -89808 or 3187198. OLE color: 3187198.

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

Color convert

RGB 254 161 48 -
CMYK 0 0.37 0.81 0.00
HSL 32.91º 0.99% 0.59% -
HSV(B) 32.91º 0.81% 1% -
XYZ 54.15 46.77 8.97 -
YUV 175.93 55.81 183.69 -
System Red Green Blue C M Y K H S L
Decimal 254 161 48 0 0.37 0.81 0.00 32.91 0.99 0.59
Hex FE A1 30 0 25 51 0 21 63 3B
Octal 376 241 60 0 45 121 0 41 143 73
Binary 11111110 10100001 110000 0 100101 1010001 0 100001 1100011 111011

Color Harmonies of #FEA130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA130

Black with #FEA130

Text Example


Text Example

White with #FEA130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA130; }

 p { color: rgb(254,161,48); }

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

background-color css

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

 a { background-color: rgb(254,161,48); }

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

border-color css

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

 span { border-color: rgb(254,161,48); }

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