Html Css Color HEX #FEA732 Lightning Yellow

📋 copy color: '#FEA732'

red 254 ◦ green 167 ◦ blue 50

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

Shades of Lightning Yellow #FEA732

Tints of Lightning Yellow #FEA732

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.46%

 BLUE value IS 50 (19.92% from 255) = 10.62%

R = 53.93%
G = 35.46%
B = 10.62%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.80

 K value IS 0.00

RGB Variations

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

Color information

#FEA732 (or 0xFEA732) is known color: Lightning Yellow. HEX triplet: FE, A7 and 32. RGB value is (254,167,50). Sum of RGB (Red+Green+Blue) = 254+167+50=471 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.93% from 471); Green value is 167 (65.62% from 255 or 35.46% from 471); Blue value is 50 (19.92% from 255 or 10.62% from 471); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA732 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA732 is #0158CD. Grayscale: #B4B4B4. Windows color (decimal): -88270 or 3319806. OLE color: 3319806.

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

Color convert

RGB 254 167 50 -
CMYK 0 0.34 0.80 0.00
HSL 34.41º 0.99% 0.6% -
HSV(B) 34.41º 0.8% 1% -
XYZ 55.27 48.94 9.55 -
YUV 179.68 54.82 181.01 -
System Red Green Blue C M Y K H S L
Decimal 254 167 50 0 0.34 0.80 0.00 34.41 0.99 0.6
Hex FE A7 32 0 22 50 0 22 63 3C
Octal 376 247 62 0 42 120 0 42 143 74
Binary 11111110 10100111 110010 0 100010 1010000 0 100010 1100011 111100

Color Harmonies of #FEA732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA732

Black with #FEA732

Text Example


Text Example

White with #FEA732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA732; }

 p { color: rgb(254,167,50); }

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

background-color css

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

 a { background-color: rgb(254,167,50); }

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

border-color css

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

 span { border-color: rgb(254,167,50); }

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