Html Css Color HEX #FEA12B Lightning Yellow

📋 copy color: '#FEA12B'

red 254 ◦ green 161 ◦ blue 43

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

Shades of Lightning Yellow #FEA12B

Tints of Lightning Yellow #FEA12B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.39%

R = 55.46%
G = 35.15%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.83

 K value IS 0.00

RGB Variations

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

Color information

#FEA12B (or 0xFEA12B) is known color: Lightning Yellow. HEX triplet: FE, A1 and 2B. RGB value is (254,161,43). Sum of RGB (Red+Green+Blue) = 254+161+43=458 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.46% from 458); Green value is 161 (63.28% from 255 or 35.15% from 458); Blue value is 43 (17.19% from 255 or 9.39% from 458); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA12B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA12B is #015ED4. Grayscale: #AFAFAF. Windows color (decimal): -89813 or 2859518. OLE color: 2859518.

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

Color convert

RGB 254 161 43 -
CMYK 0 0.37 0.83 0.00
HSL 33.55º 0.99% 0.58% -
HSV(B) 33.55º 0.83% 1% -
XYZ 54.05 46.73 8.46 -
YUV 175.36 53.31 184.09 -
System Red Green Blue C M Y K H S L
Decimal 254 161 43 0 0.37 0.83 0.00 33.55 0.99 0.58
Hex FE A1 2B 0 25 53 0 22 63 3A
Octal 376 241 53 0 45 123 0 42 143 72
Binary 11111110 10100001 101011 0 100101 1010011 0 100010 1100011 111010

Color Harmonies of #FEA12B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA12B

Black with #FEA12B

Text Example


Text Example

White with #FEA12B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA12B; }

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

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

background-color css

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

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

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

border-color css

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

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

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