Html Css Color HEX #FEA430 Lightning Yellow

📋 copy color: '#FEA430'

red 254 ◦ green 164 ◦ blue 48

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

Shades of Lightning Yellow #FEA430

Tints of Lightning Yellow #FEA430

RGB

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

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

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

R = 54.51%
G = 35.19%
B = 10.3%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FEA430 (or 0xFEA430) is known color: Lightning Yellow. HEX triplet: FE, A4 and 30. RGB value is (254,164,48). Sum of RGB (Red+Green+Blue) = 254+164+48=466 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.51% from 466); Green value is 164 (64.45% from 255 or 35.19% from 466); Blue value is 48 (19.14% from 255 or 10.30% from 466); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA430 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA430 is #015BCF. Grayscale: #B2B2B2. Windows color (decimal): -89040 or 3187966. OLE color: 3187966.

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

Color convert

RGB 254 164 48 -
CMYK 0 0.35 0.81 0.00
HSL 33.79º 0.99% 0.59% -
HSV(B) 33.79º 0.81% 1% -
XYZ 54.68 47.84 9.15 -
YUV 177.69 54.82 182.43 -
System Red Green Blue C M Y K H S L
Decimal 254 164 48 0 0.35 0.81 0.00 33.79 0.99 0.59
Hex FE A4 30 0 23 51 0 22 63 3B
Octal 376 244 60 0 43 121 0 42 143 73
Binary 11111110 10100100 110000 0 100011 1010001 0 100010 1100011 111011

Color Harmonies of #FEA430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA430

Black with #FEA430

Text Example


Text Example

White with #FEA430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA430; }

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

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

background-color css

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

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

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

border-color css

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

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

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