Html Css Color HEX #FEA500 Orange

📋 copy color: '#FEA500'

red 254 ◦ green 165 ◦ blue 0

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

Shades of Orange #FEA500

Tints of Orange #FEA500

RGB

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

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

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

R = 60.62%
G = 39.38%
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

#FEA500 (or 0xFEA500) is known color: Orange. HEX triplet: FE, A5 and 00. RGB value is (254,165,0). Sum of RGB (Red+Green+Blue) = 254+165+0=419 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.62% from 419); Green value is 165 (64.84% from 255 or 39.38% from 419); Blue value is 0 (0.39% from 255 or 0% from 419); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA500 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA500 is #015AFF. Grayscale: #ADADAD. Windows color (decimal): -88832 or 42494. OLE color: 42494.

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

Color convert

RGB 254 165 0 -
CMYK 0 0.35 1 0.00
HSL 38.98º 1% 0.5% -
HSV(B) 38.98º 1% 1% -
XYZ 54.33 47.98 6.4 -
YUV 172.8 30.49 185.92 -
System Red Green Blue C M Y K H S L
Decimal 254 165 0 0 0.35 1 0.00 38.98 1 0.5
Hex FE A5 0 0 23 64 0 27 64 32
Octal 376 245 0 0 43 144 0 47 144 62
Binary 11111110 10100101 0 0 100011 1100100 0 100111 1100100 110010

Color Harmonies of #FEA500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA500

Black with #FEA500

Text Example


Text Example

White with #FEA500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA500; }

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

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

background-color css

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

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

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

border-color css

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

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

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