Html Css Color HEX #FEA630 Lightning Yellow

📋 copy color: '#FEA630'

red 254 ◦ green 166 ◦ blue 48

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

Shades of Lightning Yellow #FEA630

Tints of Lightning Yellow #FEA630

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.47%

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

R = 54.27%
G = 35.47%
B = 10.26%

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

#FEA630 (or 0xFEA630) is known color: Lightning Yellow. HEX triplet: FE, A6 and 30. RGB value is (254,166,48). Sum of RGB (Red+Green+Blue) = 254+166+48=468 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.27% from 468); Green value is 166 (65.23% from 255 or 35.47% from 468); Blue value is 48 (19.14% from 255 or 10.26% from 468); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA630 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA630 is #0159CF. Grayscale: #B3B3B3. Windows color (decimal): -88528 or 3188478. OLE color: 3188478.

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

Color convert

RGB 254 166 48 -
CMYK 0 0.35 0.81 0.00
HSL 34.37º 0.99% 0.59% -
HSV(B) 34.37º 0.81% 1% -
XYZ 55.04 48.56 9.27 -
YUV 178.86 54.15 181.59 -
System Red Green Blue C M Y K H S L
Decimal 254 166 48 0 0.35 0.81 0.00 34.37 0.99 0.59
Hex FE A6 30 0 23 51 0 22 63 3B
Octal 376 246 60 0 43 121 0 42 143 73
Binary 11111110 10100110 110000 0 100011 1010001 0 100010 1100011 111011

Color Harmonies of #FEA630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA630

Black with #FEA630

Text Example


Text Example

White with #FEA630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA630; }

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

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

background-color css

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

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

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

border-color css

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

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

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