Html Css Color HEX #FEA540 Yellow Orange

📋 copy color: '#FEA540'

red 254 ◦ green 165 ◦ blue 64

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

Shades of Yellow Orange #FEA540

Tints of Yellow Orange #FEA540

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.16%

 BLUE value IS 64 (25.39% from 255) = 13.25%

R = 52.59%
G = 34.16%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.75

 K value IS 0.00

RGB Variations

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

Color information

#FEA540 (or 0xFEA540) is known color: Yellow Orange. HEX triplet: FE, A5 and 40. RGB value is (254,165,64). Sum of RGB (Red+Green+Blue) = 254+165+64=483 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.59% from 483); Green value is 165 (64.84% from 255 or 34.16% from 483); Blue value is 64 (25.39% from 255 or 13.25% from 483); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA540 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA540 is #015ABF. Grayscale: #B4B4B4. Windows color (decimal): -88768 or 4236798. OLE color: 4236798.

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

Color convert

RGB 254 165 64 -
CMYK 0 0.35 0.75 0.00
HSL 31.89º 0.99% 0.62% -
HSV(B) 31.89º 0.75% 1% -
XYZ 55.25 48.35 11.27 -
YUV 180.1 62.49 180.71 -
System Red Green Blue C M Y K H S L
Decimal 254 165 64 0 0.35 0.75 0.00 31.89 0.99 0.62
Hex FE A5 40 0 23 4B 0 20 63 3E
Octal 376 245 100 0 43 113 0 40 143 76
Binary 11111110 10100101 1000000 0 100011 1001011 0 100000 1100011 111110

Color Harmonies of #FEA540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA540

Black with #FEA540

Text Example


Text Example

White with #FEA540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA540; }

 p { color: rgb(254,165,64); }

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

background-color css

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

 a { background-color: rgb(254,165,64); }

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

border-color css

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

 span { border-color: rgb(254,165,64); }

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