Html Css Color HEX #FEA940 Yellow Orange

📋 copy color: '#FEA940'

red 254 ◦ green 169 ◦ blue 64

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

Shades of Yellow Orange #FEA940

Tints of Yellow Orange #FEA940

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.7%

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

R = 52.16%
G = 34.7%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.75

 K value IS 0.00

RGB Variations

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

Color information

#FEA940 (or 0xFEA940) is known color: Yellow Orange. HEX triplet: FE, A9 and 40. RGB value is (254,169,64). Sum of RGB (Red+Green+Blue) = 254+169+64=487 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.16% from 487); Green value is 169 (66.41% from 255 or 34.70% from 487); Blue value is 64 (25.39% from 255 or 13.14% from 487); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA940 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA940 is #0156BF. Grayscale: #B6B6B6. Windows color (decimal): -87744 or 4237822. OLE color: 4237822.

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

Color convert

RGB 254 169 64 -
CMYK 0 0.33 0.75 0.00
HSL 33.16º 0.99% 0.62% -
HSV(B) 33.16º 0.75% 1% -
XYZ 55.99 49.82 11.52 -
YUV 182.45 61.16 179.04 -
System Red Green Blue C M Y K H S L
Decimal 254 169 64 0 0.33 0.75 0.00 33.16 0.99 0.62
Hex FE A9 40 0 21 4B 0 21 63 3E
Octal 376 251 100 0 41 113 0 41 143 76
Binary 11111110 10101001 1000000 0 100001 1001011 0 100001 1100011 111110

Color Harmonies of #FEA940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA940

Black with #FEA940

Text Example


Text Example

White with #FEA940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA940; }

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

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

background-color css

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

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

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

border-color css

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

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

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