Html Css Color HEX #FEA700 Orange

📋 copy color: '#FEA700'

red 254 ◦ green 167 ◦ blue 0

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

Shades of Orange #FEA700

Tints of Orange #FEA700

RGB

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

 GREEN value IS 167 (65.63% from 255) = 39.67%

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

R = 60.33%
G = 39.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 1

 K value IS 0.00

RGB Variations

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

Color information

#FEA700 (or 0xFEA700) is known color: Orange. HEX triplet: FE, A7 and 00. RGB value is (254,167,0). Sum of RGB (Red+Green+Blue) = 254+167+0=421 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.33% from 421); Green value is 167 (65.62% from 255 or 39.67% from 421); Blue value is 0 (0.39% from 255 or 0% from 421); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA700 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA700 is #0158FF. Grayscale: #AEAEAE. Windows color (decimal): -88320 or 43006. OLE color: 43006.

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

Color convert

RGB 254 167 0 -
CMYK 0 0.34 1 0.00
HSL 39.45º 1% 0.5% -
HSV(B) 39.45º 1% 1% -
XYZ 54.69 48.71 6.52 -
YUV 173.98 29.82 185.08 -
System Red Green Blue C M Y K H S L
Decimal 254 167 0 0 0.34 1 0.00 39.45 1 0.5
Hex FE A7 0 0 22 64 0 27 64 32
Octal 376 247 0 0 42 144 0 47 144 62
Binary 11111110 10100111 0 0 100010 1100100 0 100111 1100100 110010

Color Harmonies of #FEA700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA700

Black with #FEA700

Text Example


Text Example

White with #FEA700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA700; }

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

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

background-color css

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

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

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

border-color css

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

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

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