Html Css Color HEX #FEA434 Lightning Yellow

📋 copy color: '#FEA434'

red 254 ◦ green 164 ◦ blue 52

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

Shades of Lightning Yellow #FEA434

Tints of Lightning Yellow #FEA434

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.89%

 BLUE value IS 52 (20.7% from 255) = 11.06%

R = 54.04%
G = 34.89%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.80

 K value IS 0.00

RGB Variations

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

Color information

#FEA434 (or 0xFEA434) is known color: Lightning Yellow. HEX triplet: FE, A4 and 34. RGB value is (254,164,52). Sum of RGB (Red+Green+Blue) = 254+164+52=470 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.04% from 470); Green value is 164 (64.45% from 255 or 34.89% from 470); Blue value is 52 (20.70% from 255 or 11.06% from 470); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA434 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA434 is #015BCB. Grayscale: #B2B2B2. Windows color (decimal): -89036 or 3450110. OLE color: 3450110.

HSL color Cylindrical-coordinate representation of color #FEA434: hue angle of 33.27º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FEA434 is Cyan = 0, Magento = 0.35, Yellow = 0.80 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 164 52 -
CMYK 0 0.35 0.80 0.00
HSL 33.27º 0.99% 0.6% -
HSV(B) 33.27º 0.8% 1% -
XYZ 54.77 47.87 9.6 -
YUV 178.14 56.82 182.11 -
System Red Green Blue C M Y K H S L
Decimal 254 164 52 0 0.35 0.80 0.00 33.27 0.99 0.6
Hex FE A4 34 0 23 50 0 21 63 3C
Octal 376 244 64 0 43 120 0 41 143 74
Binary 11111110 10100100 110100 0 100011 1010000 0 100001 1100011 111100

Color Harmonies of #FEA434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA434

Black with #FEA434

Text Example


Text Example

White with #FEA434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA434; }

 p { color: rgb(254,164,52); }

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

background-color css

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

 a { background-color: rgb(254,164,52); }

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

border-color css

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

 span { border-color: rgb(254,164,52); }

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