Html Css Color HEX #FEA13A Lightning Yellow

📋 copy color: '#FEA13A'

red 254 ◦ green 161 ◦ blue 58

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

Shades of Lightning Yellow #FEA13A

Tints of Lightning Yellow #FEA13A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 12.26%

R = 53.7%
G = 34.04%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.77

 K value IS 0.00

RGB Variations

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

Color information

#FEA13A (or 0xFEA13A) is known color: Lightning Yellow. HEX triplet: FE, A1 and 3A. RGB value is (254,161,58). Sum of RGB (Red+Green+Blue) = 254+161+58=473 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.70% from 473); Green value is 161 (63.28% from 255 or 34.04% from 473); Blue value is 58 (23.05% from 255 or 12.26% from 473); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA13A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA13A is #015EC5. Grayscale: #B1B1B1. Windows color (decimal): -89798 or 3842558. OLE color: 3842558.

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

Color convert

RGB 254 161 58 -
CMYK 0 0.37 0.77 0.00
HSL 31.53º 0.99% 0.61% -
HSV(B) 31.53º 0.77% 1% -
XYZ 54.38 46.87 10.18 -
YUV 177.07 60.81 182.88 -
System Red Green Blue C M Y K H S L
Decimal 254 161 58 0 0.37 0.77 0.00 31.53 0.99 0.61
Hex FE A1 3A 0 25 4D 0 20 63 3D
Octal 376 241 72 0 45 115 0 40 143 75
Binary 11111110 10100001 111010 0 100101 1001101 0 100000 1100011 111101

Color Harmonies of #FEA13A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA13A

Black with #FEA13A

Text Example


Text Example

White with #FEA13A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA13A; }

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

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

background-color css

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

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

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

border-color css

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

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

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