Html Css Color HEX #FEA625 Lightning Yellow

📋 copy color: '#FEA625'

red 254 ◦ green 166 ◦ blue 37

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

Shades of Lightning Yellow #FEA625

Tints of Lightning Yellow #FEA625

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.1%

R = 55.58%
G = 36.32%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#FEA625 (or 0xFEA625) is known color: Lightning Yellow. HEX triplet: FE, A6 and 25. RGB value is (254,166,37). Sum of RGB (Red+Green+Blue) = 254+166+37=457 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.58% from 457); Green value is 166 (65.23% from 255 or 36.32% from 457); Blue value is 37 (14.84% from 255 or 8.10% from 457); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA625 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA625 is #0159DA. Grayscale: #B2B2B2. Windows color (decimal): -88539 or 2467582. OLE color: 2467582.

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

Color convert

RGB 254 166 37 -
CMYK 0 0.35 0.85 0.00
HSL 35.67º 0.99% 0.57% -
HSV(B) 35.67º 0.85% 1% -
XYZ 54.84 48.48 8.22 -
YUV 177.61 48.65 182.49 -
System Red Green Blue C M Y K H S L
Decimal 254 166 37 0 0.35 0.85 0.00 35.67 0.99 0.57
Hex FE A6 25 0 23 55 0 24 63 39
Octal 376 246 45 0 43 125 0 44 143 71
Binary 11111110 10100110 100101 0 100011 1010101 0 100100 1100011 111001

Color Harmonies of #FEA625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA625

Black with #FEA625

Text Example


Text Example

White with #FEA625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA625; }

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

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

background-color css

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

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

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

border-color css

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

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

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