Html Css Color HEX #FE8700 Dark Orange

📋 copy color: '#FE8700'

red 254 ◦ green 135 ◦ blue 0

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

Shades of Dark Orange #FE8700

Tints of Dark Orange #FE8700

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.7%

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

R = 65.3%
G = 34.7%
B = 0%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 1

 K value IS 0.00

RGB Variations

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

Color information

#FE8700 (or 0xFE8700) is known color: Dark Orange. HEX triplet: FE, 87 and 00. RGB value is (254,135,0). Sum of RGB (Red+Green+Blue) = 254+135+0=389 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.30% from 389); Green value is 135 (53.12% from 255 or 34.70% from 389); Blue value is 0 (0.39% from 255 or 0% from 389); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8700 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8700 is #0178FF. Grayscale: #9B9B9B. Windows color (decimal): -96512 or 34814. OLE color: 34814.

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

Color convert

RGB 254 135 0 -
CMYK 0 0.47 1 0.00
HSL 31.89º 1% 0.5% -
HSV(B) 31.89º 1% 1% -
XYZ 49.54 38.4 4.8 -
YUV 155.19 40.42 198.48 -
System Red Green Blue C M Y K H S L
Decimal 254 135 0 0 0.47 1 0.00 31.89 1 0.5
Hex FE 87 0 0 2F 64 0 20 64 32
Octal 376 207 0 0 57 144 0 40 144 62
Binary 11111110 10000111 0 0 101111 1100100 0 100000 1100100 110010

Color Harmonies of #FE8700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8700

Black with #FE8700

Text Example


Text Example

White with #FE8700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8700; }

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

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

background-color css

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

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

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

border-color css

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

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

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