Html Css Color HEX #FF8701 Dark Orange

📋 copy color: '#FF8701'

red 255 ◦ green 135 ◦ blue 1

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

Shades of Dark Orange #FF8701

Tints of Dark Orange #FF8701

RGB

 RED value IS 255 (100% from 255) = 65.22%

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

 BLUE value IS 1 (0.78% from 255) = 0.26%

R = 65.22%
G = 34.53%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 1.00

 K value IS 0

RGB Variations

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

Color information

#FF8701 (or 0xFF8701) is known color: Dark Orange. HEX triplet: FF, 87 and 01. RGB value is (255,135,1). Sum of RGB (Red+Green+Blue) = 255+135+1=391 (51% of max value = 765). Red value is 255 (100% from 255 or 65.22% from 391); Green value is 135 (53.12% from 255 or 34.53% from 391); Blue value is 1 (0.78% from 255 or 0.26% from 391); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8701 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8701 is #0078FE. Grayscale: #9C9C9C. Windows color (decimal): -30975 or 100351. OLE color: 100351.

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

Color convert

RGB 255 135 1 -
CMYK 0 0.47 1.00 0
HSL 31.65º 1% 0.5% -
HSV(B) 31.65º 1% 1% -
XYZ 49.91 38.59 4.85 -
YUV 155.6 40.76 198.9 -
System Red Green Blue C M Y K H S L
Decimal 255 135 1 0 0.47 1.00 0 31.65 1 0.5
Hex FF 87 1 0 2F 64 0 20 64 32
Octal 377 207 1 0 57 144 0 40 144 62
Binary 11111111 10000111 1 0 101111 1100100 0 100000 1100100 110010

Color Harmonies of #FF8701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8701

Black with #FF8701

Text Example


Text Example

White with #FF8701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8701; }

 p { color: rgb(255,135,1); }

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

background-color css

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

 a { background-color: rgb(255,135,1); }

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

border-color css

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

 span { border-color: rgb(255,135,1); }

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