Html Css Color HEX #FF8600 Dark Orange

📋 copy color: '#FF8600'

red 255 ◦ green 134 ◦ blue 0

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

Shades of Dark Orange #FF8600

Tints of Dark Orange #FF8600

RGB

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

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

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

R = 65.55%
G = 34.45%
B = 0%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 1

 K value IS 0

RGB Variations

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

Color information

#FF8600 (or 0xFF8600) is known color: Dark Orange. HEX triplet: FF, 86 and 00. RGB value is (255,134,0). Sum of RGB (Red+Green+Blue) = 255+134+0=389 (51% of max value = 765). Red value is 255 (100% from 255 or 65.55% from 389); Green value is 134 (52.73% from 255 or 34.45% from 389); Blue value is 0 (0.39% from 255 or 0% from 389); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8600 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8600 is #0079FF. Grayscale: #9B9B9B. Windows color (decimal): -31232 or 34559. OLE color: 34559.

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

Color convert

RGB 255 134 0 -
CMYK 0 0.47 1 0
HSL 31.53º 1% 0.5% -
HSV(B) 31.53º 1% 1% -
XYZ 49.77 38.31 4.77 -
YUV 154.9 40.59 199.4 -
System Red Green Blue C M Y K H S L
Decimal 255 134 0 0 0.47 1 0 31.53 1 0.5
Hex FF 86 0 0 2F 64 0 20 64 32
Octal 377 206 0 0 57 144 0 40 144 62
Binary 11111111 10000110 0 0 101111 1100100 0 100000 1100100 110010

Color Harmonies of #FF8600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8600

Black with #FF8600

Text Example


Text Example

White with #FF8600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8600; }

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

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

background-color css

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

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

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

border-color css

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

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

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