Html Css Color HEX #FF8601 Dark Orange

📋 copy color: '#FF8601'

red 255 ◦ green 134 ◦ blue 1

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

Shades of Dark Orange #FF8601

Tints of Dark Orange #FF8601

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.36%

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

R = 65.38%
G = 34.36%
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

#FF8601 (or 0xFF8601) is known color: Dark Orange. HEX triplet: FF, 86 and 01. RGB value is (255,134,1). Sum of RGB (Red+Green+Blue) = 255+134+1=390 (51% of max value = 765). Red value is 255 (100% from 255 or 65.38% from 390); Green value is 134 (52.73% from 255 or 34.36% from 390); Blue value is 1 (0.78% from 255 or 0.26% from 390); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8601 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8601 is #0079FE. Grayscale: #9B9B9B. Windows color (decimal): -31231 or 100095. OLE color: 100095.

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

Color convert

RGB 255 134 1 -
CMYK 0 0.47 1.00 0
HSL 31.42º 1% 0.5% -
HSV(B) 31.42º 1% 1% -
XYZ 49.77 38.31 4.8 -
YUV 155.02 41.09 199.31 -
System Red Green Blue C M Y K H S L
Decimal 255 134 1 0 0.47 1.00 0 31.42 1 0.5
Hex FF 86 1 0 2F 64 0 1F 64 32
Octal 377 206 1 0 57 144 0 37 144 62
Binary 11111111 10000110 1 0 101111 1100100 0 11111 1100100 110010

Color Harmonies of #FF8601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8601

Black with #FF8601

Text Example


Text Example

White with #FF8601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8601; }

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

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

background-color css

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

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

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

border-color css

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

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

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