Html Css Color HEX #FEA300 Orange

📋 copy color: '#FEA300'

red 254 ◦ green 163 ◦ blue 0

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

Shades of Orange #FEA300

Tints of Orange #FEA300

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39.09%

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

R = 60.91%
G = 39.09%
B = 0%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 1

 K value IS 0.00

RGB Variations

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

Color information

#FEA300 (or 0xFEA300) is known color: Orange. HEX triplet: FE, A3 and 00. RGB value is (254,163,0). Sum of RGB (Red+Green+Blue) = 254+163+0=417 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.91% from 417); Green value is 163 (64.06% from 255 or 39.09% from 417); Blue value is 0 (0.39% from 255 or 0% from 417); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA300 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA300 is #015CFF. Grayscale: #ACACAC. Windows color (decimal): -89344 or 41982. OLE color: 41982.

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

Color convert

RGB 254 163 0 -
CMYK 0 0.36 1 0.00
HSL 38.5º 1% 0.5% -
HSV(B) 38.5º 1% 1% -
XYZ 53.97 47.27 6.28 -
YUV 171.63 31.15 186.75 -
System Red Green Blue C M Y K H S L
Decimal 254 163 0 0 0.36 1 0.00 38.5 1 0.5
Hex FE A3 0 0 24 64 0 27 64 32
Octal 376 243 0 0 44 144 0 47 144 62
Binary 11111110 10100011 0 0 100100 1100100 0 100111 1100100 110010

Color Harmonies of #FEA300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA300

Black with #FEA300

Text Example


Text Example

White with #FEA300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA300; }

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

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

background-color css

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

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

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

border-color css

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

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

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