Html Css Color HEX #FEA400 Orange

📋 copy color: '#FEA400'

red 254 ◦ green 164 ◦ blue 0

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

Shades of Orange #FEA400

Tints of Orange #FEA400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 60.77%
G = 39.23%
B = 0%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 1

 K value IS 0.00

RGB Variations

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

Color information

#FEA400 (or 0xFEA400) is known color: Orange. HEX triplet: FE, A4 and 00. RGB value is (254,164,0). Sum of RGB (Red+Green+Blue) = 254+164+0=418 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.77% from 418); Green value is 164 (64.45% from 255 or 39.23% from 418); Blue value is 0 (0.39% from 255 or 0% from 418); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA400 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA400 is #015BFF. Grayscale: #ACACAC. Windows color (decimal): -89088 or 42238. OLE color: 42238.

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

Color convert

RGB 254 164 0 -
CMYK 0 0.35 1 0.00
HSL 38.74º 1% 0.5% -
HSV(B) 38.74º 1% 1% -
XYZ 54.15 47.62 6.34 -
YUV 172.21 30.82 186.34 -
System Red Green Blue C M Y K H S L
Decimal 254 164 0 0 0.35 1 0.00 38.74 1 0.5
Hex FE A4 0 0 23 64 0 27 64 32
Octal 376 244 0 0 43 144 0 47 144 62
Binary 11111110 10100100 0 0 100011 1100100 0 100111 1100100 110010

Color Harmonies of #FEA400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA400

Black with #FEA400

Text Example


Text Example

White with #FEA400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA400; }

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

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

background-color css

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

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

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

border-color css

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

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

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